Fix grammar in srp_verifier.txt

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24237)
This commit is contained in:
hrtarsia 2024-04-22 03:33:02 -04:00 committed by Tomas Mraz
parent 7c30519765
commit 5d218b0e44
1 changed files with 2 additions and 2 deletions

View File

@ -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.