Move openssl.cnf out of lib/.

This commit is contained in:
Ulf Möller
1999-05-10 23:59:28 +00:00
parent 3f5868d23c
commit d5a2ea4b73
4 changed files with 6 additions and 4 deletions

View File

@@ -101,8 +101,8 @@ install:
cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
done
@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/lib; \
chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/lib/openssl.cnf
@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR); \
chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
tags:
ctags $(SRC)

View File

@@ -83,7 +83,7 @@
#define PROG ca_main
#define BASE_SECTION "ca"
#define CONFIG_FILE "lib/openssl.cnf"
#define CONFIG_FILE "openssl.cnf"
#define ENV_DEFAULT_CA "default_ca"