chiark / gitweb /
rsa1: Provide rsa1_loadpriv function
[secnet.git] / secnet.h
index 0d5b8396d9abf95e63c6a8f56c6d12b5c88ae3b8..1a26e7495c74cdc392ea91c0cf3519e69445a521 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -433,6 +433,8 @@ extern const struct sigscheme_info sigschemes[]; /* sentinel has name==0 */
 
 const struct sigscheme_info *sigscheme_lookup(const char *name);
 
 
 const struct sigscheme_info *sigscheme_lookup(const char *name);
 
+extern sigscheme_loadpriv rsa1_loadpriv;
+
 /***** END of signature schemes *****/
 
 /***** CLOSURE TYPES and interface definitions *****/
 /***** END of signature schemes *****/
 
 /***** CLOSURE TYPES and interface definitions *****/