The callbacks in the NAME_FUNCS structure are not used directly as LHASH
[openssl.git] / crypto / uid.c
index 2afed36331c9fd7e24cec956222c3a602bacab49..734bddeb602bb097da8d50bcedff16a592168222 100644 (file)
@@ -53,7 +53,7 @@
  *
  */
 
-#include "openssl/crypto.h"
+#include <openssl/crypto.h>
 
 #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
 
@@ -64,7 +64,7 @@ int OPENSSL_issetugid(void)
        return issetugid();
        }
 
-#elsif defined(WIN32)
+#elif defined(OPENSSL_SYS_WIN32)
 
 int OPENSSL_issetugid(void)
        {