diff options
Diffstat (limited to 'src/lib/crypt.c')
-rw-r--r-- | src/lib/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt.c b/src/lib/crypt.c index e8c4d5ab..b39a4a73 100644 --- a/src/lib/crypt.c +++ b/src/lib/crypt.c @@ -393,7 +393,7 @@ int auth_add_crt_to_store(struct auth_ctx * ctx, (void) ctx; (void) crt; - return -1; + return 0; #endif } |