aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-03-31 15:13:00 +0200
committerGitHub <[email protected]>2017-03-31 15:13:00 +0200
commit6604585547b8e84d53aac174182cfb06289bbf73 (patch)
tree2eda1d9e3fcd989d4861d797366b1d7b20d14890 /lib/crypto
parent50f8a40215cfb0dc519c511a6e942e4f2b3b0124 (diff)
parent70bdb9e79429fb347c5437743d0e8f6851e0783d (diff)
downloadotp-6604585547b8e84d53aac174182cfb06289bbf73.tar.gz
otp-6604585547b8e84d53aac174182cfb06289bbf73.tar.bz2
otp-6604585547b8e84d53aac174182cfb06289bbf73.zip
Merge PR-1390 from kostis/on_load-no_native OTP-14316
Add a no_native option to modules with an on_load
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/src/crypto.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/src/crypto.erl b/lib/crypto/src/crypto.erl
index ce8add6559..d322765dff 100644
--- a/lib/crypto/src/crypto.erl
+++ b/lib/crypto/src/crypto.erl
@@ -56,6 +56,7 @@
%%-type ec_curve() :: ec_named_curve() | ec_curve_spec().
%%-type ec_key() :: {Curve :: ec_curve(), PrivKey :: binary() | undefined, PubKey :: ec_point() | undefined}.
+-compile(no_native).
-on_load(on_load/0).
-define(CRYPTO_NIF_VSN,302).