diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-07 22:04:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-07 22:04:09 +0000 |
commit | 3245d8d355b36075491c5fbc4e31ce864912cd36 (patch) | |
tree | 9337707e68475d2af405a67dfd5c9e03288c052e /sbin/isakmpd | |
parent | fda199b0e53f858f772f4e62119a826665f78156 (diff) |
Merge with EOM 1.31
author: niklas
indent
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/ike_auth.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/isakmpd/ike_auth.c b/sbin/isakmpd/ike_auth.c index f956ef70b51..d2c48e575b3 100644 --- a/sbin/isakmpd/ike_auth.c +++ b/sbin/isakmpd/ike_auth.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ike_auth.c,v 1.13 1999/05/02 19:20:31 niklas Exp $ */ -/* $EOM: ike_auth.c,v 1.30 1999/05/02 12:48:56 niklas Exp $ */ +/* $OpenBSD: ike_auth.c,v 1.14 1999/07/07 22:04:08 niklas Exp $ */ +/* $EOM: ike_auth.c,v 1.31 1999/06/10 13:29:02 niklas Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -387,12 +387,12 @@ rsa_sig_decode_hash (struct message *msg) if (!found) { #ifdef notyet - rawkey = ike_auth_get_key (exchange->name, &keylen); - if (!rawkey) - { - log_print ("rsa_sig_decode_hash: no public key found"); - return -1; - } + rawkey = ike_auth_get_key (exchange->name, &keylen); + if (!rawkey) + { + log_print ("rsa_sig_decode_hash: no public key found"); + return -1; + } #else log_print ("rsa_sig_decode_hash: no public key found"); return -1; |