Fix updating via mkdef.pl
authorMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 13:06:26 +0000 (13:06 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Dec 2015 16:46:48 +0000 (16:46 +0000)
commit3addf183fa23a3dd5338679d8a6d0711fe9bd0a0
tree3b53a84b4a0ba5d1ed0989334f9a22f1e55e4400
parente863d92010f250164d0f90cb61e51e3d9429942a
Fix updating via mkdef.pl

The previous commit introduced a new file format for ssleay.num and
libeay.num, i.e. the introduction of a version field. Therefore the update
capability in mkdef.pl needs updating to take account of the new format.

Reviewed-by: Richard Levitte <levitte@openssl.org>
util/mkdef.pl