mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
/* Error codes for the BUF functions. */
|
|
|
|
/* Function codes. */
|
|
#define BUF_F_BUF_MEM_GROW 100
|
|
#define BUF_F_BUF_MEM_NEW 101
|
|
#define BUF_F_BUF_STRDUP 102
|
|
|
|
/* Reason codes. */
|