]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/a_bool.c
Merge from the ASN1 branch of new ASN1 code
[thirdparty/openssl.git] / crypto / asn1 / a_bool.c
index 18fa61840b4b9e750650775ade2c5ec744198172..24333ea4d5250bed4eb611cb9fcdfd4d6a7e99c4 100644 (file)
@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include <openssl/asn1.h>
+#include <openssl/asn1t.h>
 
 int i2d_ASN1_BOOLEAN(int a, unsigned char **pp)
        {
@@ -110,3 +110,5 @@ err:
        ASN1err(ASN1_F_D2I_ASN1_BOOLEAN,i);
        return(ret);
        }
+
+