summaryrefslogtreecommitdiff
path: root/crypto/engine/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/engine.c')
-rw-r--r--crypto/engine/engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/engine.c b/crypto/engine/engine.c
index bb0886e..c9b8823 100644
--- a/crypto/engine/engine.c
+++ b/crypto/engine/engine.c
@@ -29,7 +29,7 @@ struct engine_st {
ECDSA_METHOD *ecdsa_method;
};
-ENGINE *ENGINE_new() {
+ENGINE *ENGINE_new(void) {
ENGINE *engine = OPENSSL_malloc(sizeof(ENGINE));
if (engine == NULL) {
return NULL;