diff options
author | Ingela Anderton Andin <[email protected]> | 2010-10-22 15:27:00 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-10-22 15:27:00 +0200 |
commit | 3f94c5d350467c1913ecdea042c6a85a0060256f (patch) | |
tree | 116e9f8b0f0eb42c1916fc15660c86fbb964811b /lib | |
parent | b0578643b4e432ca467ffab3c01f2c0284cf962c (diff) | |
parent | 71af7222d6a3485787e8cab1a4f3379a50e54f0b (diff) | |
download | otp-3f94c5d350467c1913ecdea042c6a85a0060256f.tar.gz otp-3f94c5d350467c1913ecdea042c6a85a0060256f.tar.bz2 otp-3f94c5d350467c1913ecdea042c6a85a0060256f.zip |
Merge branch 'ia/public_key/dialyzer' into dev
* ia/public_key/dialyzer:
Fixed typo in dialyzer spec.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public_key/src/pubkey_cert.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/src/pubkey_cert.erl b/lib/public_key/src/pubkey_cert.erl index c467e24741..c8953c6818 100644 --- a/lib/public_key/src/pubkey_cert.erl +++ b/lib/public_key/src/pubkey_cert.erl @@ -295,7 +295,7 @@ is_fixed_dh_cert(#'OTPCertificate'{tbsCertificate = %%-------------------------------------------------------------------- --spec verify_fun(#'OTPTBSCertificate'{}, {bad_cert, atom()} | {extension, #'Extension'{}}| +-spec verify_fun(#'OTPCertificate'{}, {bad_cert, atom()} | {extension, #'Extension'{}}| valid | valid_peer, term(), fun()) -> term(). %% %% Description: Gives the user application the opportunity handle path |