chiark / gitweb /
pub/dsa.h: Make sure `grand' is actually declared.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 27 May 2015 18:05:58 +0000 (19:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jun 2016 14:46:28 +0000 (15:46 +0100)
pub/dsa.h

index c803c78f2a00f6a62df91fe99ce9b90c58d7fda6..2a9a99d234a47ba136c4a29bef36d054fb935415 100644 (file)
--- a/pub/dsa.h
+++ b/pub/dsa.h
 #  include "dh.h"
 #endif
 
+#ifndef CATACOMB_GRAND_H
+#  include "grand.h"
+#endif
+
 #ifndef CATACOMB_KEY_H
 #  include "key.h"
 #endif