Always make links.

This commit is contained in:
Ben Laurie 1999-03-07 14:05:36 +00:00
parent f2595f5402
commit cba5068d10
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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