提交 f8463356 编写于 作者: R Ralf S. Engelschall

Add prototypes for new DSA functions Steve added recently.

上级 2b024cd2
......@@ -156,6 +156,10 @@ int DSA_do_verify(const unsigned char *dgst,int dgst_len,
DSA_METHOD *DSA_OpenSSL(void);
void DSA_set_default_method(DSA_METHOD *);
DSA_METHOD *DSA_get_default_method(void);
DSA_METHOD *DSA_set_method(DSA *dsa, DSA_METHOD *);
DSA * DSA_new(void);
DSA * DSA_new_method(DSA_METHOD *meth);
int DSA_size(DSA *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册