diff options
Diffstat (limited to 'lib/libcrypto/asn1/i2d_pr.c')
-rw-r--r-- | lib/libcrypto/asn1/i2d_pr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/i2d_pr.c b/lib/libcrypto/asn1/i2d_pr.c index 4223078cdb5..5fa34678b69 100644 --- a/lib/libcrypto/asn1/i2d_pr.c +++ b/lib/libcrypto/asn1/i2d_pr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2d_pr.c,v 1.9 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: i2d_pr.c,v 1.10 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,9 +57,11 @@ */ #include <stdio.h> -#include "cryptlib.h" + +#include <openssl/err.h> #include <openssl/evp.h> #include <openssl/x509.h> + #include "asn1_locl.h" int |