diff options
Diffstat (limited to 'crypto/asn1/a_time.c')
-rw-r--r-- | crypto/asn1/a_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c index 495f0814a3..19bfdda7c4 100644 --- a/crypto/asn1/a_time.c +++ b/crypto/asn1/a_time.c @@ -64,7 +64,7 @@ #include <stdio.h> #include <time.h> #include "cryptlib.h" -#include "asn1.h" +#include <openssl/asn1.h> int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp) { |