summaryrefslogtreecommitdiff
path: root/apps/dsa.c
diff options
context:
space:
mode:
authorbodo <bodo>1999-04-23 22:07:21 +0000
committerbodo <bodo>1999-04-23 22:07:21 +0000
commit18641649964f195bb76c16eda144f415237e1a3d (patch)
tree6453c94ef8fe482ef36cb911d1a00f303e0da953 /apps/dsa.c
parentf5bd4b7e86609e6cd4eacab72ab6b9b6b0ad9ded (diff)
downloadopenssl-18641649964f195bb76c16eda144f415237e1a3d.tar.gz
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.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dsa.c b/apps/dsa.c
index 312ed3179..dc282b77d 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