From baff41fa40c49a0e7de13d2055ac0de0c92204d6 Mon Sep 17 00:00:00 2001 From: samuel40791765 Date: Tue, 9 Jul 2024 17:14:47 +0000 Subject: [PATCH] better documentation --- include/openssl/ec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/openssl/ec.h b/include/openssl/ec.h index 67e3929a501..966a5846d4e 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -475,9 +475,9 @@ OPENSSL_EXPORT OPENSSL_DEPRECATED unsigned char *EC_GROUP_get0_seed( OPENSSL_EXPORT OPENSSL_DEPRECATED size_t EC_GROUP_get_seed_len(const EC_GROUP *group); -// ECPKParameters_print returns 1. -OPENSSL_EXPORT OPENSSL_DEPRECATED int ECPKParameters_print(BIO *bio, const EC_GROUP *group, - int offset ); +// ECPKParameters_print prints nothing and returns 1. +OPENSSL_EXPORT OPENSSL_DEPRECATED int ECPKParameters_print( + BIO *bio, const EC_GROUP *group, int offset); // EC_METHOD No-ops [Deprecated]. //