From 522ea7abc19e814a672474a8f25f67f470ceb772 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 11 Nov 2022 01:44:26 +0000 Subject: zap stray space (CRITICAL!) --- src/lib/libcrypto/curve25519/curve25519.h | 4 ++-- 1 file 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 @@ -/* $OpenBSD: curve25519.h,v 1.5 2022/11/09 17:39:29 jsing Exp $ */ +/* $OpenBSD: curve25519.h,v 1.6 2022/11/11 01:44:26 tb Exp $ */ /* * Copyright (c) 2015, Google Inc. * @@ -78,7 +78,7 @@ int X25519(uint8_t out_shared_key[X25519_KEY_LENGTH], * generated, public/private key pair. */ void ED25519_keypair(uint8_t out_public_key[ED25519_PUBLIC_KEY_LENGTH], - uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]); + uint8_t out_private_key[ED25519_PRIVATE_KEY_LENGTH]); /* * ED25519_sign sets |out_sig| to be a signature of |message_len| bytes from -- cgit v1.2.3-55-g6feb