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/libssl/crypto/shlib_version | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/lib/libssl/crypto/shlib_version (limited to 'src/lib/libssl/crypto/shlib_version') diff --git a/src/lib/libssl/crypto/shlib_version b/src/lib/libssl/crypto/shlib_version deleted file mode 100644 index df4de0fc4d..0000000000 --- a/src/lib/libssl/crypto/shlib_version +++ /dev/null @@ -1,2 +0,0 @@ -major=23 -minor=0 -- cgit v1.2.3-55-g6feb