Initialize an EVP_MD_CTX for signing with digest type (used by PEM_Sign*).
type
Declared in <openssl/pem.h>
<openssl/pem.h>
int PEM_SignInit( EVP_MD_CTX* ctx, EVP_MD* type);
1 on success, or 0 on failure.