diff options
author | Ingela Anderton Andin <[email protected]> | 2013-06-05 16:40:02 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-06-07 15:49:12 +0200 |
commit | 6166867da5cbfe97b09cddf2e079178a2e959c44 (patch) | |
tree | b13c1510144c456f66b6869e8441c74cb7052b50 /lib/ssl/test/ssl_to_openssl_SUITE.erl | |
parent | 95866c1dea1851abcaa9854bcba754afee569fca (diff) | |
download | otp-6166867da5cbfe97b09cddf2e079178a2e959c44.tar.gz otp-6166867da5cbfe97b09cddf2e079178a2e959c44.tar.bz2 otp-6166867da5cbfe97b09cddf2e079178a2e959c44.zip |
public_key & ssl: Add ASN-1 dependency
As the ASN-1 application relies on a nif in R16 for decodeing (that
was not the case in R15), public_key currently has a runtime
dependency on ASN-1. Hopefully we will be able to remove this
dependency again in the future.
Diffstat (limited to 'lib/ssl/test/ssl_to_openssl_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_to_openssl_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_to_openssl_SUITE.erl b/lib/ssl/test/ssl_to_openssl_SUITE.erl index 0564b37f1c..019ed58b1b 100644 --- a/lib/ssl/test/ssl_to_openssl_SUITE.erl +++ b/lib/ssl/test/ssl_to_openssl_SUITE.erl @@ -99,7 +99,6 @@ init_per_suite(Config0) -> catch crypto:stop(), try crypto:start() of ok -> - application:start(public_key), ssl:start(), Result = (catch make_certs:all(?config(data_dir, Config0), |