New functions and option to use NEW in certificate requests.
[openssl.git] / ssl / ssl_asn1.c
index d77b0f26dbd08f51e438b615a9629f545b2dbf4e..e77cdddfd3f86d5da4e8fa04185a2b7380548610 100644 (file)
@@ -91,7 +91,7 @@ int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp)
                return(0);
 
        /* Note that I cheat in the following 2 assignments.  I know
-        * that if the ASN1_INTERGER passed to ASN1_INTEGER_set
+        * that if the ASN1_INTEGER passed to ASN1_INTEGER_set
         * is > sizeof(long)+1, the buffer will not be re-Malloc()ed.
         * This is a bit evil but makes things simple, no dynamic allocation
         * to clean up :-) */