From e4e5cfce71aea090d747d436ab48c4717f78c97c Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 11 Apr 2014 22:51:54 +0000 Subject: Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. --- src/lib/libcrypto/shlib_version | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/lib/libcrypto/shlib_version (limited to 'src/lib/libcrypto/shlib_version') diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version new file mode 100644 index 0000000000..df4de0fc4d --- /dev/null +++ b/src/lib/libcrypto/shlib_version @@ -0,0 +1,2 @@ +major=23 +minor=0 -- cgit v1.2.3-55-g6feb