summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EC_GROUP_copy.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EC_GROUP_copy.pod')
-rw-r--r--src/lib/libcrypto/doc/EC_GROUP_copy.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EC_GROUP_copy.pod b/src/lib/libcrypto/doc/EC_GROUP_copy.pod
index 954af469d5..49dc01ced1 100644
--- a/src/lib/libcrypto/doc/EC_GROUP_copy.pod
+++ b/src/lib/libcrypto/doc/EC_GROUP_copy.pod
@@ -158,7 +158,7 @@ EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the p
158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. 158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified.
159 159
160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is 160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is
1610, the the return value will be 1. On error 0 is returned. 1610, the return value will be 1. On error 0 is returned.
162 162
163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. 163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
164 164