summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-11-11 01:44:26 +0000
committertb <>2022-11-11 01:44:26 +0000
commit522ea7abc19e814a672474a8f25f67f470ceb772 (patch)
treef9c17a856fcd372090d96b26e8f9e82423c7660b
parenta8f11bc7525ec4206559cc7f81ff62aa956cfa56 (diff)
downloadopenbsd-522ea7abc19e814a672474a8f25f67f470ceb772.tar.gz
openbsd-522ea7abc19e814a672474a8f25f67f470ceb772.tar.bz2
openbsd-522ea7abc19e814a672474a8f25f67f470ceb772.zip
zap stray space (CRITICAL!)
-rw-r--r--src/lib/libcrypto/curve25519/curve25519.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/curve25519/curve25519.h b/src/lib/libcrypto/curve25519/curve25519.h
index 8b84c889cd..69fff02d12 100644
--- a/src/lib/libcrypto/curve25519/curve25519.h
+++ b/src/lib/libcrypto/curve25519/curve25519.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: curve25519.h,v 1.5 2022/11/09 17:39:29 jsing Exp $ */ 1/* $OpenBSD: curve25519.h,v 1.6 2022/11/11 01:44:26 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2015, Google Inc. 3 * Copyright (c) 2015, Google Inc.
4 * 4 *
@@ -78,7 +78,7 @@ int X25519(uint8_t out_shared_key[X25519_KEY_LENGTH],
78 * generated, public/private key pair. 78 * generated, public/private key pair.
79 */ 79 */
80void ED25519_keypair(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH], 80void ED25519_keypair(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH],
81 uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]); 81 uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]);
82 82
83/* 83/*
84 * ED25519_sign sets |out_sig| to be a signature of |message_len| bytes from 84 * ED25519_sign sets |out_sig| to be a signature of |message_len| bytes from