summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
blob: 3f5bf1773e6ba97be5cb52bd25065ccf10298436 (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
@@ -225,6 +225,10 @@
 #  define NO_FORK
 # endif
 
+# ifdef OPENSSL_SYS_AMIGAOS4
+#  undef SIGALRM
+# endif
+
 # undef BUFSIZE
 # define BUFSIZE ((long)1024*8+1)
 static volatile int run=0;