diff options
Diffstat (limited to 'src/lib/libcrypto/des/fcrypt.c')
-rw-r--r-- | src/lib/libcrypto/des/fcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/fcrypt.c b/src/lib/libcrypto/des/fcrypt.c index d3d27de9f7..387d97f28d 100644 --- a/src/lib/libcrypto/des/fcrypt.c +++ b/src/lib/libcrypto/des/fcrypt.c | |||
@@ -91,7 +91,6 @@ char *DES_crypt(const char *buf, const char *salt) | |||
91 | } | 91 | } |
92 | 92 | ||
93 | 93 | ||
94 | |||
95 | char *DES_fcrypt(const char *buf, const char *salt, char *ret) | 94 | char *DES_fcrypt(const char *buf, const char *salt, char *ret) |
96 | { | 95 | { |
97 | unsigned int i,j,x,y; | 96 | unsigned int i,j,x,y; |
@@ -163,3 +162,4 @@ r=(r+7)/8; | |||
163 | ret[13]='\0'; | 162 | ret[13]='\0'; |
164 | return(ret); | 163 | return(ret); |
165 | } | 164 | } |
165 | |||