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/dsa.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/dsa.c')
-rw-r--r-- | apps/dsa.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dsa.c b/apps/dsa.c index 312ed31798..dc282b77d0 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -61,12 +61,12 @@ #include <string.h> #include <time.h> #include "apps.h" -#include "bio.h" -#include "err.h" -#include "dsa.h" -#include "evp.h" -#include "x509.h" -#include "pem.h" +#include <openssl/bio.h> +#include <openssl/err.h> +#include <openssl/dsa.h> +#include <openssl/evp.h> +#include <openssl/x509.h> +#include <openssl/pem.h> #undef PROG #define PROG dsa_main |