CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/17 09:19:12
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/dsa: dsa.h
Added files:
lib/libcrypto/dsa: dsa_meth.c
Log message:
Add DSA_meth_{dup,free,new,set_{finish,sign}}()
As in RSA_meth_*, note that these functions return NULL in
out-of-memory situations, but they do not set an error explicitly.
ok jsing
