mirror of
https://github.com/openssl/openssl.git
synced 2024-11-26 03:24:02 +08:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
/* Error codes for the CRYPTO functions. */
|
|
|
|
/* Function codes. */
|
|
#define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX 100
|
|
#define CRYPTO_F_CRYPTO_GET_NEW_LOCKID 101
|
|
#define CRYPTO_F_CRYPTO_SET_EX_DATA 102
|
|
|
|
/* Reason codes. */
|