mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
25 lines
720 B
Diff
25 lines
720 B
Diff
Only in netcat-openbsd-1.89.orig: atomicio.o
|
|
Only in netcat-openbsd-1.89.orig: openbsd-compat/base64.o
|
|
--- netcat-openbsd-1.89.orig.orig/openbsd-compat/readpassphrase.h
|
|
+++ netcat-openbsd-1.89.orig/openbsd-compat/readpassphrase.h
|
|
@@ -31,10 +31,14 @@
|
|
#define RPP_SEVENBIT 0x10 /* Strip the high bit from input. */
|
|
#define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */
|
|
|
|
-#include <sys/cdefs.h>
|
|
+#ifdef __cplusplus
|
|
+extern "C" {
|
|
+#endif
|
|
|
|
-__BEGIN_DECLS
|
|
char * readpassphrase(const char *, char *, size_t, int);
|
|
-__END_DECLS
|
|
+
|
|
+#ifdef __cplusplus
|
|
+};
|
|
+#endif
|
|
|
|
#endif /* !_READPASSPHRASE_H_ */
|
|
Only in netcat-openbsd-1.89.orig: openbsd-compat/readpassphrase.o
|
|
Only in netcat-openbsd-1.89.orig: socks.o
|