summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
blob: 1b7fa9e0be6507435b8b6b714a4f2a3eb1a1137a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- apps/speed.c.orig	2011-03-08 22:44:56.000000000 +0000
+++ apps/speed.c	2011-03-08 22:48:10.000000000 +0000
@@ -198,6 +198,10 @@
 #define NO_FORK
 #endif
 
+#ifdef OPENSSL_SYS_AMIGAOS4
+#undef SIGALRM
+#endif
+
 #undef BUFSIZE
 #define BUFSIZE	((long)1024*8+1)
 int run=0;