summaryrefslogtreecommitdiffstats
path: root/crypto/conf/cnf_save.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-24 00:13:45 +0200
committerBodo Möller <bodo@openssl.org>1999-04-24 00:13:45 +0200
commitec577822f95a8bca0023c5c77cef1a4916822d4a (patch)
tree206e75c0178ff0719b87a4d94e261fc243ce42a8 /crypto/conf/cnf_save.c
parent*.org files are gone for good. (diff)
downloadopenssl-ec577822f95a8bca0023c5c77cef1a4916822d4a.tar.xz
openssl-ec577822f95a8bca0023c5c77cef1a4916822d4a.zip
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/conf/cnf_save.c')
-rw-r--r--crypto/conf/cnf_save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/cnf_save.c b/crypto/conf/cnf_save.c
index 632d17e488..e907cc2242 100644
--- a/crypto/conf/cnf_save.c
+++ b/crypto/conf/cnf_save.c
@@ -57,7 +57,7 @@
*/
#include <stdio.h>
-#include "conf.h"
+#include <openssl/conf.h>
void print_conf(CONF_VALUE *cv);