Two new functions to write out PKCS#8 private keys. Also fixes for some of
[openssl.git] / crypto / asn1 / a_bitstr.c
index cd4d835003cad6dcadc75a996f79a22faa3917e7..38ea802be817e7e81e3c1ea12747d7c35a0ca1c5 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1.h"
-
-/* ASN1err(ASN1_F_ASN1_STRING_NEW,ASN1_R_STRING_TOO_SHORT);
- * ASN1err(ASN1_F_D2I_ASN1_BIT_STRING,ASN1_R_EXPECTING_A_BIT_STRING);
- */
+#include <openssl/asn1.h>
 
 int i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
        {