Fix broken build
[openssl.git] / engines / ccgost / gost_pmeth.c
index 7ccae8657e672a90f6fb03f44e6132a5d3a8ed66..4520387fc8a7d07824d494ebf6f37e560b6e59f8 100644 (file)
@@ -10,6 +10,7 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/ec.h>
+#include <openssl/err.h>
 #include <openssl/x509v3.h> /*For string_to_hex */
 #include <stdlib.h>
 #include <string.h>
@@ -640,4 +641,3 @@ int register_pmeth_gost(int id, EVP_PKEY_METHOD **pmeth,int flags)
        
        return 1;
        }
-