Fix some things the rename script didn't quite get right
[openssl.git] / doc / man3 / EC_KEY_new.pod
index 97b29c60b11cfbb993f628e1e6c4e073b9088ecb..2af07227ea04131e6d4a0f0b5d10c3a48522ca6a 100644 (file)
@@ -177,7 +177,7 @@ EC_KEY_priv2buf() converts an EC_KEY private key into an allocated buffer.
 
 =head1 RETURN VALUES
 
-EC_KEY_new_with_libctx(), EC_KEY_new(), EC_KEY_new_by_curve_name_ex(),
+EC_KEY_new_ex(), EC_KEY_new(), EC_KEY_new_by_curve_name_ex(),
 EC_KEY_new_by_curve_name() and EC_KEY_dup() return a pointer to the newly
 created EC_KEY object, or NULL on error.