diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-05-17 22:39:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-05-17 22:39:40 +0000 |
commit | bae18473fa87e638fb6db6659c1c5bccba77c786 (patch) | |
tree | 40dfd3bf95770b36c3f93de6ed433523cc561779 | |
parent | f776f327afc07a8e26f6e9cbc9594a87c3a18427 (diff) |
Record inter-library dependencies between libcrypto, libssl and libtls
-rw-r--r-- | lib/libcrypto/shlib_version | 1 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index ed8f7473b52..ae052231bf4 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,2 +1,3 @@ +# Don't forget to give libssl and libtls the same type of bump! major=33 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 2e4d25cdf59..b491ec8a3da 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,2 +1,3 @@ +# Don't forget to give libtls the same type of bump! major=32 minor=0 |