libressl-portable/crypto/compat/getprogname_unimpl.c
2019-02-03 18:50:14 -06:00

8 lines
69 B
C

#include <stdlib.h>
const char *
getprogname(void)
{
return "?";
}