Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGER
[openssl.git] / crypto / pqueue / pqueue.c
index 6ec5c6756cc83f0e528da285e0b89269801e09e8..e3eb836d45246f50da67373ed4535ad9b038740a 100644 (file)
@@ -199,7 +199,7 @@ pqueue_find(pqueue_s *pq, PQ_64BIT priority)
        return found;
        }
 
        return found;
        }
 
-#if !(defined(OPENSSL_SYS_VMS) || defined(VMS_TEST))
+#if PQ_64BIT_IS_INTEGER
 void
 pqueue_print(pqueue_s *pq)
        {
 void
 pqueue_print(pqueue_s *pq)
        {