Handbook
Glossary
EVP_MD_CTX_copy ( out in -- int )
Vocabulary
openssl
.
libcrypto
Inputs
out
an
object
in
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
EVP_MD_CTX_copy
( EVP_MD_CTX* out, EVP_MD_CTX* in )