LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
pem.hpp
Go to the documentation of this file.
1
7#ifndef PEM_HPP
8#define PEM_HPP
9
10namespace logicalaccess
11{
12namespace openssl
13{
17typedef int (*PEMPassphraseCallback)(char *, int, int, void *);
18}
19}
20
21#endif /* PEM_HPP */
int(* PEMPassphraseCallback)(char *, int, int, void *)
Default PEM passphrase callback type.
Definition: pem.hpp:17
Definition: asn1.hpp:9