From: hrtarsia <89439116+hrtarsia@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:33:02 +0000 (-0400) Subject: Fix grammar in srp_verifier.txt X-Git-Tag: openssl-3.4.0-alpha1~633 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d218b0e447da20d44d75ab8105ee1d742ca8d09;p=thirdparty%2Fopenssl.git Fix grammar in srp_verifier.txt CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24237) --- diff --git a/apps/demoSRP/srp_verifier.txt b/apps/demoSRP/srp_verifier.txt index 50a52c152ca..a59b4641377 100644 --- a/apps/demoSRP/srp_verifier.txt +++ b/apps/demoSRP/srp_verifier.txt @@ -1,6 +1,6 @@ # This is a file that will be filled by the openssl srp routine. # You can initialize the file with additional groups, these are -# records starting with an I followed by the g and N values and the id. +# records starting with an 'I' followed by the 'g' and 'N' values and the ID. # The exact values ... you have to dig this out from the source of srp.c # or srp_vfy.c -# The last value of an I is used as the default group for new users. +# The last value of an 'I' is used as the default group for new users.