makedepend complains when a header file is included more than once in

the same source file.
This commit is contained in:
Richard Levitte
2002-10-14 10:02:36 +00:00
parent 57d8ff79b2
commit 677532629d
8 changed files with 1 additions and 10 deletions

View File

@@ -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)