diff options
Diffstat (limited to 'key.c')
-rw-r--r-- | key.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: key.c,v 1.68 2006/11/06 21:25:28 markus Exp $ */ | 1 | /* $OpenBSD: key.c,v 1.69 2007/07/12 05:48:05 ray Exp $ */ |
2 | /* | 2 | /* |
3 | * read_bignum(): | 3 | * read_bignum(): |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -170,9 +170,7 @@ key_equal(const Key *a, const Key *b) | |||
170 | BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0; | 170 | BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0; |
171 | default: | 171 | default: |
172 | fatal("key_equal: bad key type %d", a->type); | 172 | fatal("key_equal: bad key type %d", a->type); |
173 | break; | ||
174 | } | 173 | } |
175 | return 0; | ||
176 | } | 174 | } |
177 | 175 | ||
178 | u_char* | 176 | u_char* |