#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <openssl/pkcs12.h>
Go to the source code of this file.
Functions | |
int | PKCS12_newpass (PKCS12 *p12, char *oldpass, char *newpass) |
int PKCS12_newpass | ( | PKCS12 * | p12, |
char * | oldpass, | ||
char * | newpass | ||
) |
Definition at line 78 of file p12_npas.c.