aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/libcrypto.pc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/libcrypto.pc')
-rw-r--r--crypto/openssl/libcrypto.pc13
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/openssl/libcrypto.pc b/crypto/openssl/libcrypto.pc
deleted file mode 100644
index 97725059adfb..000000000000
--- a/crypto/openssl/libcrypto.pc
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}
-includedir=${prefix}/include ${prefix}/./include
-enginesdir=${libdir}/engines
-modulesdir=${libdir}/providers
-
-Name: OpenSSL-libcrypto
-Description: OpenSSL cryptography library
-Version: 3.5.1
-Libs: -L${libdir} -lcrypto
-Libs.private: -pthread
-Cflags: -I${prefix}/include -I${prefix}/./include