Add a test for SSL_CTX_new_with_libctx()
[openssl.git] / crypto / asn1_dsa.c
index 972a9eb9055ba76a9eaccb39ae137e0e8558550c..34835a521438a2423f46b558f18c137f94a6ddc2 100644 (file)
@@ -99,7 +99,7 @@ int encode_der_integer(WPACKET *pkt, const BIGNUM *n)
 /*
  * Outputs the DER encoding of a DSA-Sig-Value or ECDSA-Sig-Value to pkt. pkt
  * may be initialised with a NULL buffer which enables pkt to be used to
- * calulate how many bytes would be needed.
+ * calculate how many bytes would be needed.
  *
  * Returns 1 on success or 0 on error.
  */