From: Richard Levitte Date: Sun, 17 Nov 2002 08:05:43 +0000 (+0000) Subject: Adding openssl.pc to the repository was a mistake, X-Git-Tag: OpenSSL_0_9_7-beta4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff38d68237832e8cba845f5bed969b842bf3b526;p=openssl Adding openssl.pc to the repository was a mistake, since it's generated. --- diff --git a/openssl.pc b/openssl.pc deleted file mode 100644 index d2a695020a..0000000000 --- a/openssl.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr/local/ssl -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: OpenSSL -Description: Secure Sockets Layer and cryptography libraries and tools -Version: 0.9.7-beta3 -Requires: -Libs: -L${libdir} -lssl -lcrypto -ldl -Cflags: -I${includedir}