Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-12-26 08:54:52 +0300
committerAdam Langley <agl@google.com>2015-01-15 00:50:50 +0300
commit5b082e880dcb3c1b65d064c66b4d77f44500ab1e (patch)
treeb4abcbc5d900e843170b94193137ab0a58fa61df /include/openssl/ecdsa.h
parentd1d7d3d26a5c1030b35cfe0848858f305150423a (diff)
Various documentation fixes.
Add some missing headers and ensure each header has a short description. doc.go gets confused at declarations that break before the first (, so avoid doing that. Also skip a/an/deprecated: in markupFirstWord and process pipe words in the table of contents. Change-Id: Ia08ec5ae8e496dd617e377e154eeea74f4abf435 Reviewed-on: https://boringssl-review.googlesource.com/2839 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/ecdsa.h')
-rw-r--r--include/openssl/ecdsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ecdsa.h b/include/openssl/ecdsa.h
index ec4df0fa..f3ff49fa 100644
--- a/include/openssl/ecdsa.h
+++ b/include/openssl/ecdsa.h
@@ -62,7 +62,7 @@ extern "C" {
#endif
-/* DSA contains functions for signing and verifing with the Digital Signature
+/* ECDSA contains functions for signing and verifying with the Digital Signature
* Algorithm over elliptic curves. */