summary refs log tree commit diff
path: root/compat/getprogname_unimpl.c
blob: 339c54ae3a76154d9f398e6b92b955d683b75b74 (plain) (blame)
1
2
3
4
5
6
7
#include <stdlib.h>

const char *
getprogname(void)
{
	return "?";
}
:36:24 -0500'>2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe