aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/test/pkits_SUITE.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-09-01 15:48:04 +0200
committerDan Gudmundsson <[email protected]>2010-09-01 15:48:04 +0200
commit77d685c2212264752f6b7f52c5fa3f95820635d1 (patch)
treeccf88dc8e30647e4f81919fbbeca210138f02f1f /lib/public_key/test/pkits_SUITE.erl
parentca9ab3d500ddae0c08dca4d389a975f020fbddcc (diff)
parentb04568ac30b17b4eeeef98b46defcff1b8a5986c (diff)
downloadotp-77d685c2212264752f6b7f52c5fa3f95820635d1.tar.gz
otp-77d685c2212264752f6b7f52c5fa3f95820635d1.tar.bz2
otp-77d685c2212264752f6b7f52c5fa3f95820635d1.zip
Merge branch 'dgud/public_key/make_cert_fix' into dev
* dgud/public_key/make_cert_fix: Complete rename of erl_make_certs Rename Fix issuer issue in generated certs
Diffstat (limited to 'lib/public_key/test/pkits_SUITE.erl')
-rw-r--r--lib/public_key/test/pkits_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/test/pkits_SUITE.erl b/lib/public_key/test/pkits_SUITE.erl
index cd7b2d77db..1d75e1aed2 100644
--- a/lib/public_key/test/pkits_SUITE.erl
+++ b/lib/public_key/test/pkits_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2009. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2010. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -187,7 +187,7 @@ run([],_) -> ok.
read_certs(Test) ->
File = test_file(Test),
%% io:format("Read ~p ",[File]),
- Ders = pkey_test:pem_to_der(File),
+ Ders = erl_make_certs:pem_to_der(File),
%% io:format("Ders ~p ~n",[length(Ders)]),
[Cert || {'Certificate', Cert, not_encrypted} <- Ders].