Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. 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);