Handbook
Glossary
X509_get_ext_by_NID ( a nid lastpos -- int )
Vocabulary
openssl
.
libssl
Inputs
a
an
object
nid
an
object
lastpos
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libssl
LIBRARY:
libssl
FUNCTION:
int
X509_get_ext_by_NID
( X509* a,
int
nid,
int
lastpos )