mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-17 22:06:26 +08:00
SM3/SMS4/SM3Sign(modified ECDSA) Supported
This commit is contained in:
11
libcrypto.pc
Normal file
11
libcrypto.pc
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=/usr/local/ssl
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 1.0.0d
|
||||
Requires:
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user