#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
Go to the source code of this file.
Functions | |
int | EVP_SignFinal (EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey) |
int EVP_SignFinal | ( | EVP_MD_CTX * | ctx, |
unsigned char * | sigret, | ||
unsigned int * | siglen, | ||
EVP_PKEY * | pkey | ||
) |