Allow older versions in the *.num files
authorMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 22:13:29 +0000 (23:13 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 17 Oct 2016 10:39:50 +0000 (11:39 +0100)
commit455cba54f8078897edcee7bc56dc2689c20fc383
tree346d72fac117f40ae32d13d5ac80e59c61f0c891
parent8bdce8d160e29b4e1b80fec31f618d85d8c2b7a8
Allow older versions in the *.num files

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>
util/mkdef.pl