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 /apps/verify.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 'apps/verify.c')
-rw-r--r-- | apps/verify.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/verify.c b/apps/verify.c index 1a324c3da9..aa6ee03a1d 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -60,10 +60,10 @@ #include <stdlib.h> #include <string.h> #include "apps.h" -#include "bio.h" -#include "err.h" -#include "x509.h" -#include "pem.h" +#include <openssl/bio.h> +#include <openssl/err.h> +#include <openssl/x509.h> +#include <openssl/pem.h> #undef PROG #define PROG verify_main |