Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.
Revert the major number back to 2. libcrypt only export one function, before the recent changes and now: char *crypt(const char *key, const char *salt); The prototype didn't changed. Internal representation of `char' and `char *' didn't changed. Therefore, there is no reason to change the version number.
This commit is contained in:
parent
58ae401b79
commit
462da152d2
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
SHLIB_MAJOR= 3
|
SHLIB_MAJOR= 2
|
||||||
LIB= scrypt
|
LIB= scrypt
|
||||||
|
|
||||||
LCRYPTBASE= libcrypt
|
LCRYPTBASE= libcrypt
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
SHLIB_MAJOR= 3
|
SHLIB_MAJOR= 2
|
||||||
LIB= descrypt
|
LIB= descrypt
|
||||||
|
|
||||||
LCRYPTBASE= libcrypt
|
LCRYPTBASE= libcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user