portability

This commit is contained in:
Lev Walkin 2004-08-11 11:51:15 +00:00
parent 0fed3b67c5
commit eb1b9ba8d4
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ _print2fp(const void *buffer, size_t size, void *app_key) {
* Some compilers do not support variable args macros.
* This function is a replacement of ASN_DEBUG() macro.
*/
void ASN_DEBUG_f(const char *fmt, ...);
void ASN_DEBUG_f(const char *fmt, ...) {
va_list ap;
va_start(ap, fmt);