diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_bool.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_bool.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/a_bool.c b/src/lib/libcrypto/asn1/a_bool.c index 18fa61840b..24333ea4d5 100644 --- a/src/lib/libcrypto/asn1/a_bool.c +++ b/src/lib/libcrypto/asn1/a_bool.c | |||
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include "cryptlib.h" | 60 | #include "cryptlib.h" |
61 | #include <openssl/asn1.h> | 61 | #include <openssl/asn1t.h> |
62 | 62 | ||
63 | int i2d_ASN1_BOOLEAN(int a, unsigned char **pp) | 63 | int i2d_ASN1_BOOLEAN(int a, unsigned char **pp) |
64 | { | 64 | { |
@@ -110,3 +110,5 @@ err: | |||
110 | ASN1err(ASN1_F_D2I_ASN1_BOOLEAN,i); | 110 | ASN1err(ASN1_F_D2I_ASN1_BOOLEAN,i); |
111 | return(ret); | 111 | return(ret); |
112 | } | 112 | } |
113 | |||
114 | |||