summaryrefslogtreecommitdiffstats
path: root/demos/maurice/example2.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/maurice/example2.c')
-rw-r--r--demos/maurice/example2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/maurice/example2.c b/demos/maurice/example2.c
index 06c325832e..57bce10b5e 100644
--- a/demos/maurice/example2.c
+++ b/demos/maurice/example2.c
@@ -33,7 +33,6 @@ int main()
EVP_PKEY *pubKey;
EVP_PKEY *privKey;
int len;
- FILE *fp;
ERR_load_crypto_strings();
@@ -72,6 +71,5 @@ int main()
EVP_PKEY_free(pubKey);
free(buf);
free(buf2);
+ return 0;
}
-
-