diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-24 00:13:45 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-24 00:13:45 +0200 |
commit | ec577822f95a8bca0023c5c77cef1a4916822d4a (patch) | |
tree | 206e75c0178ff0719b87a4d94e261fc243ce42a8 /ssl/ssltest.c | |
parent | *.org files are gone for good. (diff) | |
download | openssl-ec577822f95a8bca0023c5c77cef1a4916822d4a.tar.xz openssl-ec577822f95a8bca0023c5c77cef1a4916822d4a.zip |
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r-- | ssl/ssltest.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index ef80d42990..b6425c2217 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -60,12 +60,12 @@ #include <stdlib.h> #include <string.h> #include <errno.h> -#include "e_os.h" -#include "bio.h" -#include "crypto.h" -#include "x509.h" -#include "ssl.h" -#include "err.h" +#include <openssl/e_os.h> +#include <openssl/bio.h> +#include <openssl/crypto.h> +#include <openssl/x509.h> +#include <openssl/ssl.h> +#include <openssl/err.h> #ifdef WINDOWS #include "../crypto/bio/bss_file.c" #endif |