aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-08-11 13:08:58 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-08-11 13:08:58 +0000
commitfd52057729fcf050734882069e6fa3f02b555cd2 (patch)
tree1dc6553e5ffd1b7b9eb11ce5178abb0175a55285 /Configure
parent8b94634428fc4dd07e2946bde3ed6d1686605e5d (diff)
downloadopenssl-fd52057729fcf050734882069e6fa3f02b555cd2.tar.gz
Add functions to allow extensions to be added to certificate requests.
Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h this should avoid redirection shell escape problems under Win32.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index fdad0c238c..d0917d85b7 100755
--- a/Configure
+++ b/Configure
@@ -724,7 +724,7 @@ if($IsWindows) {
EOF
close(OUT);
- system "perl crypto/objects/obj_dat.pl <crypto\\objects\\objects.h >crypto\\objects\\obj_dat.h";
+ system "perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h";
} else {
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
### (system 'make depend') == 0 or exit $? if $depflags ne "";