summaryrefslogtreecommitdiff
path: root/sbin/iked/iked.h
diff options
context:
space:
mode:
authortobhe <tobhe@cvs.openbsd.org>2020-04-20 20:03:39 +0000
committertobhe <tobhe@cvs.openbsd.org>2020-04-20 20:03:39 +0000
commit50a6490a7bb139bdc0de87d68a1396ca4fe011d0 (patch)
tree6cec9aab6b610565266f38a4290ffe665e1e15fe /sbin/iked/iked.h
parentb4bcb0e2114795d2fd696e9543f4342eedf28990 (diff)
Remove unused 'dsa_cert' variable.
ok markus@
Diffstat (limited to 'sbin/iked/iked.h')
-rw-r--r--sbin/iked/iked.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h
index 609913dda7c..e234af3b509 100644
--- a/sbin/iked/iked.h
+++ b/sbin/iked/iked.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iked.h,v 1.145 2020/04/13 19:10:32 tobhe Exp $ */
+/* $OpenBSD: iked.h,v 1.146 2020/04/20 20:03:38 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -328,7 +328,6 @@ struct iked_dsa {
void *dsa_ctx; /* PRF or signature hash ctx */
struct ibuf *dsa_keydata; /* public, private or shared key */
void *dsa_key; /* parsed public or private key */
- void *dsa_cert; /* parsed certificate */
int dsa_hmac; /* HMAC or public/private key */
int dsa_sign; /* Sign or verify operation */
};