diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-17 20:19:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-17 20:19:28 +0000 |
| commit | 9c8fbe31e57d277755e41f5d0277969f36aa4b03 (patch) | |
| tree | e504bca49d8faf96c5c338e994f4fd951f081e63 | |
| parent | 1f4aad4d1c613bd7ecdddf758e7beeda53b1b57a (diff) | |
Notes
| -rw-r--r-- | lib/libcrypt/crypt-shs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypt/crypt-shs.c b/lib/libcrypt/crypt-shs.c index 0617b193e3a1..4f693054e3fd 100644 --- a/lib/libcrypt/crypt-shs.c +++ b/lib/libcrypt/crypt-shs.c @@ -96,9 +96,6 @@ crypt_sha(pw, salt) return NULL; } #endif - SHA_Init(&ctx); - - /* The password first, since that is what is most unknown */ SHA_Init(&ctx); /* The password first, since that is what is most unknown */ |
