mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 18:13:39 +08:00
dbb3aba17e
This makes it possible for script writers to lock on to a specific version if they need to. Note that only the major version number is used. Reviewed-by: Rich Salz <rsalz@openssl.org>
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
$ ! OpenSSL utilities
|
|
$ !
|
|
$
|
|
$ v := {- sprintf "%02d%02d", split(/\./, $config{version}) -}
|
|
$
|
|
$ OPENSSL'v' :== $OSSL$EXE:OPENSSL'v'
|
|
$ OPENSSL :== $OSSL$EXE:OPENSSL'v'
|
|
$
|
|
$ IF F$TYPE(PERL) .EQS. "STRING"
|
|
$ THEN
|
|
$ C_REHASH :== 'PERL' OSSL$EXE:c_rehash.pl
|
|
$ ELSE
|
|
$ WRITE SYS$ERROR "NOTE: no perl => no C_REHASH"
|
|
$ ENDIF
|