Always make links.
This commit is contained in:
parent
f2595f5402
commit
cba5068d10
3
CHANGES
3
CHANGES
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
Changes between 0.9.1c and 0.9.2
|
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.
|
*) Permit extensions to be added to CRLs using crl_section in openssl.cnf.
|
||||||
Currently only issuerAltName and AuthorityKeyIdentifier make any sense
|
Currently only issuerAltName and AuthorityKeyIdentifier make any sense
|
||||||
in CRLs.
|
in CRLs.
|
||||||
|
@ -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 "RC2 uses u$type[$rc2_int]\n" if $rc2_int != $def_int;
|
||||||
print "BF_PTR used\n" if $bf_ptr == 1;
|
print "BF_PTR used\n" if $bf_ptr == 1;
|
||||||
print "BF_PTR2 used\n" if $bf_ptr == 2;
|
print "BF_PTR2 used\n" if $bf_ptr == 2;
|
||||||
|
|
||||||
|
system 'make links';
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
sub bad_target
|
sub bad_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user