aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-08 17:20:31 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-08 17:20:31 +0000
commit0e995464244752ec736382bc2578f434556506a4 (patch)
treed680c81e97155f2596587ca78175834d74ac7254 /crypto/ec
parentbd9e2e4c53803d04f0322c41cc76eaaf095bcafb (diff)
downloadopenssl-0e995464244752ec736382bc2578f434556506a4.tar.gz
Some EC function names are really long. Make aliases for VMS on VAX.
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 9f5ba3783c..0f0b9e08a5 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -57,6 +57,7 @@
#define HEADER_EC_H
#include <openssl/bn.h>
+#include <openssl/symhacks.h>
#ifdef __cplusplus
extern "C" {