mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
455cba54f8
In 1.1.0 we only allowed a strictly increasing version number in the *.num files, i.e. you could never introduce a symbol at the end of the *.num file with a lower version number than the one preceding it. This made sense for 1.1.0. However in master we may be introducing symbols for backport to 1.1.0. Therefore it is ok in master to have a symbol for version 1.1.0c coming after a symbol for version 1.1.1. This commit fixes the check in mkdef.pl to be a bit looser to allow this. Reviewed-by: Richard Levitte <levitte@openssl.org> |
||
---|---|---|
.. | ||
perl/OpenSSL/Util | ||
TLSProxy | ||
build.info | ||
ck_errf.pl | ||
copy.pl | ||
dofile.pl | ||
find-doc-nits.pl | ||
find-undoc-api.pl | ||
find-unused-errs | ||
fipslink.pl | ||
incore | ||
indent.pro | ||
libcrypto.num | ||
libssl.num | ||
mkbuildinf.pl | ||
mkcerts.sh | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
point.sh | ||
process_docs.pl | ||
selftest.pl | ||
shareable_image_wrap.c.in | ||
shlib_wrap.sh.in | ||
su-filter.pl | ||
with_fallback.pm |