Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-23 22:13:45 +00:00
parent 806115771c
commit ec577822f9
552 changed files with 1604 additions and 1563 deletions

View File

@@ -74,13 +74,13 @@
#include <ulocks.h>
#include <sys/prctl.h>
#endif
#include "lhash.h"
#include "crypto.h"
#include "buffer.h"
#include <openssl/lhash.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include "../e_os.h"
#include "x509.h"
#include "ssl.h"
#include "err.h"
#include <openssl/x509.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#ifdef NO_FP_API
#define APPS_WIN16