mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6
This commit is contained in:
parent
1f371a1617
commit
81ddd82853
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ PERLPATH= ${LCRYPTO_SRC}/des/asm:${LCRYPTO_SRC}/perlasm
|
|||
.endif
|
||||
|
||||
LIB= crypto
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LCRYPTOSSL_SRC=${LCRYPTO_SRC}/../ssl
|
|||
.PATH: ${LCRYPTOSSL_SRC}
|
||||
|
||||
LIB= ssl
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue