RT4339: Fix handling of <internal/bn_conf.h>
[oweals/openssl.git] / crypto / asn1 / asn_mime.c
index 58d53240afa588d2dc1ff272ccf4d3e869be9a7b..6ac9b2c8e297fec559b4ff4c6de065a104dd0f2e 100644 (file)
@@ -1,4 +1,3 @@
-/* asn_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
@@ -365,7 +364,7 @@ static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
     int rv = 1;
 
     /*
-     * If data is not deteched or resigning then the output BIO is already
+     * If data is not detached or resigning then the output BIO is already
      * set up to finalise when it is written through.
      */
     if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) {