$OpenBSD: patch-src_gcrypt_h_in,v 1.2 2010/07/27 21:45:47 ajacoutot Exp $

gcc-3.3.5 workaround: g++ doesn't understand attributes on enums.

--- src/gcrypt.h.in.orig	Tue Jul 13 16:01:50 2010
+++ src/gcrypt.h.in	Tue Jul 27 23:29:17 2010
@@ -180,7 +180,7 @@ gcry_err_code_t gcry_error_from_errno (int err);
 enum gcry_thread_option
   {
     _GCRY_THREAD_OPTION_DUMMY
-  } _GCRY_GCC_ATTR_DEPRECATED;
+  };
 
 
 /* Constants defining the thread model to use.  Used with the OPTION
