From 5887770666986e1ce1fd94245506db569eb0dfee Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 15 Nov 2004 23:51:12 +0000 Subject: [PATCH] undef set_key --- dtool/src/prc/prcKeyRegistry.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/src/prc/prcKeyRegistry.h b/dtool/src/prc/prcKeyRegistry.h index 079a0d1ae2..e90ef93b19 100644 --- a/dtool/src/prc/prcKeyRegistry.h +++ b/dtool/src/prc/prcKeyRegistry.h @@ -30,6 +30,9 @@ #include "pvector.h" #include +// Some versions of OpenSSL appear to define this as a macro. Yucky. +#undef set_key + //////////////////////////////////////////////////////////////////// // Class : PrcKeyRegistry // Description : This class records the set of public keys used to