aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-11-04 13:12:11 +0000
committerMartin Willi <martin@strongswan.org>2008-11-04 13:12:11 +0000
commitd4f08fe324ea2d509955eca93af34bc0684beed0 (patch)
tree50f4cdcf7f71d9a843aa988892e2474da13af7fe /src/libstrongswan/crypto
parentddd7e6c6566d0dc0edced735aec2147afb4d28d3 (diff)
downloadstrongswan-d4f08fe324ea2d509955eca93af34bc0684beed0.tar.bz2
strongswan-d4f08fe324ea2d509955eca93af34bc0684beed0.tar.xz
removed superfluous get_other_public_value in diffie_hellman_t interface
Diffstat (limited to 'src/libstrongswan/crypto')
-rw-r--r--src/libstrongswan/crypto/diffie_hellman.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstrongswan/crypto/diffie_hellman.h b/src/libstrongswan/crypto/diffie_hellman.h
index 145b9c04d..65a6714c5 100644
--- a/src/libstrongswan/crypto/diffie_hellman.h
+++ b/src/libstrongswan/crypto/diffie_hellman.h
@@ -85,16 +85,6 @@ struct diffie_hellman_t {
void (*set_other_public_value) (diffie_hellman_t *this, chunk_t value);
/**
- * Gets the public value of partner.
- *
- * Space for returned chunk is allocated and must be freed by the caller.
- *
- * @param value public value of partner is stored at this location
- * @return SUCCESS, FAILED if other public value not set
- */
- status_t (*get_other_public_value) (diffie_hellman_t *this, chunk_t *value);
-
- /**
* Gets the own public value to transmit.
*
* Space for returned chunk is allocated and must be freed by the caller.