aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/test/pkits_SUITE.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-08-31 10:38:59 +0200
committerDan Gudmundsson <[email protected]>2010-08-31 10:38:59 +0200
commitb04568ac30b17b4eeeef98b46defcff1b8a5986c (patch)
tree58f6209e5a7d5763b82d7873ee0262b5358d9c55 /lib/public_key/test/pkits_SUITE.erl
parent32fc63746639d90af0326c0af7304f306e1f565f (diff)
downloadotp-b04568ac30b17b4eeeef98b46defcff1b8a5986c.tar.gz
otp-b04568ac30b17b4eeeef98b46defcff1b8a5986c.tar.bz2
otp-b04568ac30b17b4eeeef98b46defcff1b8a5986c.zip
Complete rename of erl_make_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].