summaryrefslogtreecommitdiff
path: root/crypto/err/err_prn.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-14 10:02:36 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-14 10:02:36 +0000
commit677532629d84e39f4cb8edfe017fbfc8120d45d0 (patch)
tree81136eaf5d5ec7404c11d00a3c5c385df2ba1534 /crypto/err/err_prn.c
parent57d8ff79b27e0b5ed33220f605e714a921db998b (diff)
downloadopenssl-new-677532629d84e39f4cb8edfe017fbfc8120d45d0.tar.gz
makedepend complains when a header file is included more than once in
the same source file.
Diffstat (limited to 'crypto/err/err_prn.c')
-rw-r--r--crypto/err/err_prn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c
index c156663f0e..81e34bd6ce 100644
--- a/crypto/err/err_prn.c
+++ b/crypto/err/err_prn.c
@@ -62,7 +62,6 @@
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/err.h>
-#include <openssl/crypto.h>
void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
void *u)