diff options
author | tb <> | 2021-05-10 17:12:05 +0000 |
---|---|---|
committer | tb <> | 2021-05-10 17:12:05 +0000 |
commit | eb81234b641fb21983139786fa35476b3829ad97 (patch) | |
tree | 428717973b554bcc9fd98262db662063cea793a7 | |
parent | 4651d77c7eafc2103c2b832ad158072d5ce19fc8 (diff) | |
download | openbsd-eb81234b641fb21983139786fa35476b3829ad97.tar.gz openbsd-eb81234b641fb21983139786fa35476b3829ad97.tar.bz2 openbsd-eb81234b641fb21983139786fa35476b3829ad97.zip |
bump libcrypto minor after symbol addition
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index c86061b794..dca6095329 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=46 | 2 | major=46 |
3 | minor=2 | 3 | minor=3 |