bbabbb31d85487865c08d16216e22f4112427513
galt
  Wed Nov 27 21:46:58 2024 -0800
fix for older openssl that does not have macros.h

diff --git src/hg/hgLogin/hgLogin.c src/hg/hgLogin/hgLogin.c
index 2399957..11db40b 100644
--- src/hg/hgLogin/hgLogin.c
+++ src/hg/hgLogin/hgLogin.c
@@ -1,22 +1,22 @@
 /* hgLogin - Administer UCSC Genome Browser membership - signup, lost password, etc. */
 
 /* Copyright (C) 2014 The Regents of the University of California 
  * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
 
 #include <openssl/evp.h>
-#include <openssl/macros.h>
+#include <openssl/opensslv.h>
 #include <openssl/md5.h>
 
 #include "common.h"
 #include "hash.h"
 #include "obscure.h"
 #include "hgConfig.h"
 #include "cheapcgi.h"
 #include "memalloc.h"
 #include "jksql.h"
 #include "htmshell.h"
 #include "cart.h"
 #include "hPrint.h"
 #include "hdb.h"
 #include "hui.h"
 #include "web.h"