diff options
Diffstat (limited to 'lib/hcrypto/dsa.c')
-rw-r--r-- | lib/hcrypto/dsa.c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/hcrypto/dsa.c b/lib/hcrypto/dsa.c index a5bdbabad165..bbb34601c31f 100644 --- a/lib/hcrypto/dsa.c +++ b/lib/hcrypto/dsa.c @@ -32,13 +32,10 @@ */ #include <config.h> +#include <roken.h> -#include <stdio.h> -#include <stdlib.h> #include <dsa.h> -#include <roken.h> - /* * */ @@ -89,7 +86,16 @@ DSA_up_ref(DSA *dsa) */ static const DSA_METHOD dsa_null_method = { - "hcrypto null DSA" + "hcrypto null DSA", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + 0, + NULL }; const DSA_METHOD * |