summaryrefslogtreecommitdiff
path: root/src/crypto/evp/p_ed25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/evp/p_ed25519.c')
-rw-r--r--src/crypto/evp/p_ed25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/evp/p_ed25519.c b/src/crypto/evp/p_ed25519.c
index 07226248..554a379c 100644
--- a/src/crypto/evp/p_ed25519.c
+++ b/src/crypto/evp/p_ed25519.c
@@ -20,7 +20,7 @@
#include "internal.h"
-/* Ed25519 has no parameters to copy. */
+// Ed25519 has no parameters to copy.
static int pkey_ed25519_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) { return 1; }
static int pkey_ed25519_sign_message(EVP_PKEY_CTX *ctx, uint8_t *sig,