summaryrefslogtreecommitdiff
path: root/lib/public_key/src/pubkey_cert_records.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2014-01-29 16:32:14 +0100
committerIngela Anderton Andin <ingela@erlang.org>2014-02-06 14:43:07 +0100
commit8588180dce9aa7fffbba8c580d67e857796c6e5d (patch)
tree5c2b1e1a089d3b2661fe38bd9c9a3b3c3f2268df /lib/public_key/src/pubkey_cert_records.erl
parent9171d1886015e4d36601ed360f6d479a5a95abab (diff)
downloaderlang-8588180dce9aa7fffbba8c580d67e857796c6e5d.tar.gz
public_key: Export some dialyzer types
Move dilayzer types from include file to erl file and use -export_type
Diffstat (limited to 'lib/public_key/src/pubkey_cert_records.erl')
-rw-r--r--lib/public_key/src/pubkey_cert_records.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/src/pubkey_cert_records.erl b/lib/public_key/src/pubkey_cert_records.erl
index f7a361d5a8..9a8e49f265 100644
--- a/lib/public_key/src/pubkey_cert_records.erl
+++ b/lib/public_key/src/pubkey_cert_records.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2014. 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
@@ -99,7 +99,7 @@ transform(Other,_) ->
Other.
%%--------------------------------------------------------------------
--spec supportedPublicKeyAlgorithms(Oid::tuple()) -> asn1_type().
+-spec supportedPublicKeyAlgorithms(Oid::tuple()) -> public_key:asn1_type().
%%
%% Description: Returns the public key type for an algorithm
%% identifier tuple as found in SubjectPublicKeyInfo.