A SERVICE OF

logo

Appendix B Platform-Specific Types and Constants 357
Constants
Constants
Crypto-C requires one macro: PROTO_LIST.
PROTO_LIST indicates the form that C function prototypes are to take. If function
prototypes specify the types of the arguments, then
PROTO_LIST should be defined as:
Otherwise
PROTO_LIST should be defined as:
Crypto-C defines one string constant:
BSAFE_VERSION:
BSAFE_VERSION is a NULL-terminated string constant that specifies the release of the
Crypto-C library.
#define PROTO_LIST(list) list
#define PROTO_LIST(list) ()
extern char *BSAFE_VERSION;