diff options
author | Ingela Anderton Andin <[email protected]> | 2010-11-29 14:54:08 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-11-29 14:55:50 +0100 |
commit | 827dc3c7e13d4ce21315f441c4400fb575f41c20 (patch) | |
tree | 7ad3bb1c67a8a9743f306d486a73988b9b9f8aa2 /lib/public_key/src/pubkey_cert.erl | |
parent | a583c16d79b3a5299ce1b5482f1fb0a88d845a51 (diff) | |
download | otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.tar.gz otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.tar.bz2 otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.zip |
Fixed broken links in the documentation and dialyzer warnings
Diffstat (limited to 'lib/public_key/src/pubkey_cert.erl')
-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 c8953c6818..fadb993ed9 100644 --- a/lib/public_key/src/pubkey_cert.erl +++ b/lib/public_key/src/pubkey_cert.erl @@ -164,7 +164,7 @@ validate_signature(OtpCert, DerCert, Key, KeyParams, verify_fun(OtpCert, {bad_cert, invalid_signature}, UserState, VerifyFun) end. %%-------------------------------------------------------------------- --spec validate_names(#'OTPCertificate'{}, list(), list(), +-spec validate_names(#'OTPCertificate'{}, no_constraints | list(), list(), term(), term(), fun())-> term(). %% %% Description: Validate Subject Alternative Name. |