diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-11-15 01:13:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-11-15 01:13:28 +0000 |
commit | 179af894d5fa1063b11b0e0fec717939cd5451f9 (patch) | |
tree | f4d6886e45220156c5b69a35a674e22da4cfd57d /sbin/isakmpd/ike_auth.c | |
parent | c6527bd7b356241bfbba13d6ec7243c480d87267 (diff) |
Remove last warnings after crippling
Diffstat (limited to 'sbin/isakmpd/ike_auth.c')
-rw-r--r-- | sbin/isakmpd/ike_auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/ike_auth.c b/sbin/isakmpd/ike_auth.c index 6527e3144a4..e961c862cc1 100644 --- a/sbin/isakmpd/ike_auth.c +++ b/sbin/isakmpd/ike_auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_auth.c,v 1.4 1998/11/15 01:09:59 niklas Exp $ */ +/* $OpenBSD: ike_auth.c,v 1.5 1998/11/15 01:13:27 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -52,7 +52,6 @@ #include "pkcs.h" #include "prf.h" -static u_int8_t *enc_gen_skeyid (struct exchange *, size_t *); static u_int8_t *pre_shared_gen_skeyid (struct exchange *, size_t *); static u_int8_t *sig_gen_skeyid (struct exchange *, size_t *); |