projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2595f5
)
Always make links.
author
Ben Laurie
<ben@openssl.org>
Sun, 7 Mar 1999 14:05:36 +0000
(14:05 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 7 Mar 1999 14:05:36 +0000
(14:05 +0000)
CHANGES
patch
|
blob
|
history
Configure
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 74c224fd9847e103d2dd6d304890d62132321b67..2ed6f25250c3d1c451b1550ae12fc1d9fd647c32 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-5,6
+5,9
@@
Changes between 0.9.1c and 0.9.2
+ *) Make links whenever Configure is run.
+ [Ben Laurie]
+
*) Permit extensions to be added to CRLs using crl_section in openssl.cnf.
Currently only issuerAltName and AuthorityKeyIdentifier make any sense
in CRLs.
diff --git
a/Configure
b/Configure
index 70b979b4c92b2a038441d611805d6a0e861ea522..84d1da76c4be11e77a518286ab5b1fe60c929a99 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-666,6
+666,9
@@
print "IDEA uses u$type[$idea_int]\n" if $idea_int != $def_int;
print "RC2 uses u$type[$rc2_int]\n" if $rc2_int != $def_int;
print "BF_PTR used\n" if $bf_ptr == 1;
print "BF_PTR2 used\n" if $bf_ptr == 2;
+
+system 'make links';
+
exit(0);
sub bad_target