-rw-r--r-- | pwmanager/libcrypt/cipher/serpent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pwmanager/libcrypt/cipher/serpent.c b/pwmanager/libcrypt/cipher/serpent.c index d606d9f..fb5df20 100644 --- a/pwmanager/libcrypt/cipher/serpent.c +++ b/pwmanager/libcrypt/cipher/serpent.c @@ -675,3 +675,3 @@ serpent_setkey_internal (serpent_context_t *context, } - + static const char *serpent_test (void); /* Initialize CTX with the key KEY of KEY_LENGTH bytes. */ @@ -689,3 +689,3 @@ serpent_setkey (void *ctx, /* Execute a self-test the first time, Serpent is used. */ - static const char *serpent_test (void); + |