]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: update $apitable with the recent versions
authorEugene Syromiatnikov <esyr@openssl.org>
Sat, 16 May 2026 00:35:02 +0000 (02:35 +0200)
committerEugene Syromiatnikov <esyr@openssl.org>
Tue, 19 May 2026 09:33:43 +0000 (11:33 +0200)
commit14306ff118c0da25fd37ba7ed4a2f7dd0e26af16
tree793849a9531f0ab98fe3410547d0fe4701a7a221
parentbc848990faa622eb26590f128621b699a7b84931
Configure: update $apitable with the recent versions

Fill $apitable with all the major.minor.0 versions up to the current one
in development.  Note that while 3.5 hasn't had any APIs deprecated,
it still makes sense to support passing it as an "API level".

Resolves: https://github.com/openssl/openssl/issues/31196
Reported-by: Oliver Roberts <oliver@futaura.co.uk>
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.foundation>
MergeDate: Tue May 19 09:33:49 2026
(Merged from https://github.com/openssl/openssl/pull/31198)
Configure