summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2012-03-20 16:39:04 +0100
committerIngela Anderton Andin <ingela@erlang.org>2012-03-20 16:39:04 +0100
commitb82e76c2e34003a474b3a2f62de7c5c91cffa224 (patch)
treeccf051eb9bd4609732656b9af2b8a583c0605e84
parentc0cfe854b955079f36715d1b73d78a1c32fc639d (diff)
downloaderlang-b82e76c2e34003a474b3a2f62de7c5c91cffa224.tar.gz
Removed function that should not be backmerged
-rw-r--r--lib/ssl/test/ssl_test_lib.erl13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl
index a155013875..2d46453285 100644
--- a/lib/ssl/test/ssl_test_lib.erl
+++ b/lib/ssl/test/ssl_test_lib.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2011. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2012. 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
@@ -674,17 +674,6 @@ cipher_result(Socket, Result) ->
session_info_result(Socket) ->
ssl:session_info(Socket).
-public_key(#'PrivateKeyInfo'{privateKeyAlgorithm =
- #'PrivateKeyInfo_privateKeyAlgorithm'{algorithm = ?rsaEncryption},
- privateKey = Key}) ->
- public_key:der_decode('RSAPrivateKey', iolist_to_binary(Key));
-
-public_key(#'PrivateKeyInfo'{privateKeyAlgorithm =
- #'PrivateKeyInfo_privateKeyAlgorithm'{algorithm = ?'id-dsa'},
- privateKey = Key}) ->
- public_key:der_decode('DSAPrivateKey', iolist_to_binary(Key));
-public_key(Key) ->
- Key.
receive_rizzo_duong_beast() ->
receive