summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_key.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-05 22:06:44 +0000
committerUlf Möller <ulf@openssl.org>1999-05-05 22:06:44 +0000
commitc2eb65ba7cc60a6c10c5d9bbf3ff61372186a28c (patch)
tree5080cacf8512576f5289acfed7c07a238db524bc /crypto/pkcs12/p12_key.c
parent52c4409240509ad06b6287055d06ab0aecf5288e (diff)
Remove unreachable return statements.
Diffstat (limited to 'crypto/pkcs12/p12_key.c')
-rw-r--r--crypto/pkcs12/p12_key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c
index ff41f12aa0..25d8cdae57 100644
--- a/crypto/pkcs12/p12_key.c
+++ b/crypto/pkcs12/p12_key.c
@@ -172,7 +172,6 @@ int PKCS12_key_gen_uni (unsigned char *pass, int passlen, unsigned char *salt,
} else BN_bn2bin (Ij, I + j);
}
}
- return 0; /* This can't happen */
}
#ifdef DEBUG_KEYGEN
void h__dump (unsigned char *p, int len)