diff options
Diffstat (limited to 'lib/libssl/src/crypto/asn1/a_bytes.c')
-rw-r--r-- | lib/libssl/src/crypto/asn1/a_bytes.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/asn1/a_bytes.c b/lib/libssl/src/crypto/asn1/a_bytes.c index c8d1a5a1e9d..727ad3ed9b2 100644 --- a/lib/libssl/src/crypto/asn1/a_bytes.c +++ b/lib/libssl/src/crypto/asn1/a_bytes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_bytes.c,v 1.17 2014/07/10 13:58:22 jsing Exp $ */ +/* $OpenBSD: a_bytes.c,v 1.18 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -59,8 +59,9 @@ #include <stdio.h> #include <string.h> -#include "cryptlib.h" #include <openssl/asn1.h> +#include <openssl/buffer.h> +#include <openssl/err.h> static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c); /* type is a 'bitmap' of acceptable string types. |