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:
authorNick Harper <nharper@chromium.org>2016-09-23 21:00:07 +0300
committerDavid Benjamin <davidben@google.com>2016-09-23 21:02:48 +0300
commit5b556200d41bc5b4211dc1137e1bbd9f0652d099 (patch)
tree2b2b1bd297ad18782b6deb1aa6aefb5d45474fee
parentbd672ae8c7494732be9cf71b9bfdd431580204f1 (diff)
Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.h
Change-Id: I79ff94f5a36dccb9afb1df1ae96f527f438c915b Reviewed-on: https://boringssl-review.googlesource.com/11260 Reviewed-by: David Benjamin <davidben@google.com>
-rw-r--r--include/openssl/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index c2ef0665..e780347b 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -86,7 +86,7 @@ typedef enum {
* is. */
POINT_CONVERSION_COMPRESSED = 2,
- /* POINT_CONVERSION_COMPRESSED indicates that the point is encoded as
+ /* POINT_CONVERSION_UNCOMPRESSED indicates that the point is encoded as
* z||x||y, where z is the octet 0x04. */
POINT_CONVERSION_UNCOMPRESSED = 4,