summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
blob: 1a287b16fd9b66003209341a84ec09f1b020e4cd (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;