diff options
Diffstat (limited to 'lib/libcrypto/bio/bio_cb.c')
-rw-r--r-- | lib/libcrypto/bio/bio_cb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/bio/bio_cb.c b/lib/libcrypto/bio/bio_cb.c index 5701b53d053..7d1f0254527 100644 --- a/lib/libcrypto/bio/bio_cb.c +++ b/lib/libcrypto/bio/bio_cb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bio_cb.c,v 1.14 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: bio_cb.c,v 1.15 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,11 +57,11 @@ */ #include <stdio.h> -#include <string.h> #include <stdlib.h> -#include "cryptlib.h" -#include <openssl/bio.h> +#include <string.h> + #include <openssl/err.h> +#include <openssl/bio.h> long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, |