diff options
Diffstat (limited to 'lib/libcrypto/asn1/a_set.c')
-rw-r--r-- | lib/libcrypto/asn1/a_set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/a_set.c b/lib/libcrypto/asn1/a_set.c index 8fe810d2ce6..ba4f28be34d 100644 --- a/lib/libcrypto/asn1/a_set.c +++ b/lib/libcrypto/asn1/a_set.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_set.c,v 1.15 2014/07/10 13:58:22 jsing Exp $ */ +/* $OpenBSD: a_set.c,v 1.16 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -59,8 +59,8 @@ #include <stdio.h> #include <string.h> -#include "cryptlib.h" #include <openssl/asn1_mac.h> +#include <openssl/err.h> #ifndef NO_ASN1_OLD |