Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
X509_check_private_key, X509_REQ_check_private_key — compare public key componentsSYNOPSIS
#include <openssl/x509.h>X509_check_private_key(const X509 *x, const EVP_PKEY *k);
X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k);