document X509_EXTENSION_dup(3);
authorschwarze <schwarze@openbsd.org>
Fri, 29 Oct 2021 10:22:00 +0000 (10:22 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 29 Oct 2021 10:22:00 +0000 (10:22 +0000)
commit877d041378f0611e17c4f6b4ac11d86580f66a23
tree82fedf2d33208a2b807da305e2acc0fc61309a53
parent0aed5e83b36d570eb28e8b1d25ade074b6e3e260
document X509_EXTENSION_dup(3);
while here, add the missing const qualifier to the obj argument of
X509_EXTENSION_create_by_OBJ(3) and correct a typo in the argument
name of X509_EXTENSION_get_data(3)
lib/libcrypto/man/X509_EXTENSION_set_object.3