summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-17 16:21:21 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-17 16:21:21 +0000
commit12a52467c8085d39257edbc914aab92b00df16b8 (patch)
tree94828115bb09bb141295d7c7ea244677e4ed978d
parent22e6c73dcc16cd07f8c9462ee7ce48fbdc1f4635 (diff)
Typo in pq_compat.h [note that this file is not present in HEAD].
PR: 1537
-rw-r--r--crypto/pqueue/pq_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pqueue/pq_compat.h b/crypto/pqueue/pq_compat.h
index 28c58a0261..fd36578882 100644
--- a/crypto/pqueue/pq_compat.h
+++ b/crypto/pqueue/pq_compat.h
@@ -57,7 +57,7 @@
*
*/
-#include "opensslconf.h"
+#include <openssl/opensslconf.h>
#include <openssl/bn.h>
/*