SM3/SMS4/SM3Sign(modified ECDSA) Supported

This commit is contained in:
Zhi Guan
2015-08-14 01:08:27 +08:00
parent 57954c4567
commit db4d3aef00
832 changed files with 20719 additions and 48 deletions

11
libssl.pc Normal file
View File

@@ -0,0 +1,11 @@
prefix=/usr/local/ssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries
Version: 1.0.0d
Requires:
Libs: -L${libdir} -lssl -lcrypto
Cflags: -I${includedir}