diff options
Diffstat (limited to 'include/encrypt.h')
-rw-r--r-- | include/encrypt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/encrypt.h b/include/encrypt.h index 462e1b373..45569b5fb 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -13,4 +13,3 @@ */ E int encrypt(const char *src, int len, char *dest, int size); -E int check_password(const char *plaintext, const char *password); |