summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/a_bool.c')
-rw-r--r--crypto/asn1/a_bool.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/asn1/a_bool.c b/crypto/asn1/a_bool.c
index 18fa61840b..24333ea4d5 100644
--- a/crypto/asn1/a_bool.c
+++ b/crypto/asn1/a_bool.c
@@ -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);
}
+
+