diff options
author | Hans Nilsson <[email protected]> | 2017-03-08 16:36:14 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-09 16:15:44 +0100 |
commit | 72e126aa74b9632068d11f14f423b044a345f03f (patch) | |
tree | 323ffbe79dcf456447ac6aa9f5289cfc4888c3b3 | |
parent | 60c7d23ec8d2a811d4649704c51a12f4fa1fa58d (diff) | |
download | otp-72e126aa74b9632068d11f14f423b044a345f03f.tar.gz otp-72e126aa74b9632068d11f14f423b044a345f03f.tar.bz2 otp-72e126aa74b9632068d11f14f423b044a345f03f.zip |
public_key: updated crypto dependence in .app.src
-rw-r--r-- | lib/public_key/src/public_key.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/src/public_key.app.src b/lib/public_key/src/public_key.app.src index 88ef07c5a6..dbd732c384 100644 --- a/lib/public_key/src/public_key.app.src +++ b/lib/public_key/src/public_key.app.src @@ -14,7 +14,7 @@ {applications, [asn1, crypto, kernel, stdlib]}, {registered, []}, {env, []}, - {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0","crypto-3.3", + {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0","crypto-3.8", "asn1-3.0"]} ] }. |