diff options
Diffstat (limited to 'src/common/crypto_rsa.c')
-rw-r--r-- | src/common/crypto_rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_rsa.c b/src/common/crypto_rsa.c index 0a88b0e772..f66cdef3c5 100644 --- a/src/common/crypto_rsa.c +++ b/src/common/crypto_rsa.c @@ -239,7 +239,7 @@ pem_no_password_cb(char *buf, int size, int rwflag, void *u) (void)size; (void)rwflag; (void)u; - return 0; + return -1; } /** Read a PEM-encoded private key from the <b>len</b>-byte string <b>s</b> |