From cba5068d1047fd8326a090d41f259513edb70e1b Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 7 Mar 1999 14:05:36 +0000 Subject: [PATCH] Always make links. --- CHANGES | 3 +++ Configure | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 74c224fd98..2ed6f25250 100644 --- 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 70b979b4c9..84d1da76c4 100755 --- 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 -- GitLab