diff options
Diffstat (limited to 'networking/tls.h')
-rw-r--r-- | networking/tls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/tls.h b/networking/tls.h index 154e9b2fb..215e92b02 100644 --- a/networking/tls.h +++ b/networking/tls.h | |||
@@ -111,9 +111,9 @@ void xorbuf_aligned_AES_BLOCK_SIZE(void* buf, const void* mask) FAST_FUNC; | |||
111 | #define CURVE25519_KEYSIZE 32 | 111 | #define CURVE25519_KEYSIZE 32 |
112 | 112 | ||
113 | void curve_x25519_compute_pubkey_and_premaster( | 113 | void curve_x25519_compute_pubkey_and_premaster( |
114 | uint8_t *pubkey, uint8_t *premaster, | 114 | uint8_t *pubkey32, uint8_t *premaster32, |
115 | const uint8_t *peerkey32) FAST_FUNC; | 115 | const uint8_t *peerkey32) FAST_FUNC; |
116 | 116 | ||
117 | void curve_P256_compute_pubkey_and_premaster( | 117 | void curve_P256_compute_pubkey_and_premaster( |
118 | uint8_t *pubkey, uint8_t *premaster, | 118 | uint8_t *pubkey2x32, uint8_t *premaster32, |
119 | const uint8_t *peerkey32) FAST_FUNC; | 119 | const uint8_t *peerkey2x32) FAST_FUNC; |