Blob Blame History Raw

# HG changeset patch
# User Kai Engert <kaie@kuix.de>
# Date 1487329827 -3600
# Node ID 0050234a859c2aac2cf8cb5092218191300b1901
# Parent  0e25df041c8fdc8610c6f227084d11eb8ad81149
Bug 1340103, Introduction of SECKEYECPublicKey.encoding in NSS 3.28 broke ABI, r=rrelyea/mt

diff --git a/lib/util/eccutil.h b/lib/util/eccutil.h
--- a/lib/util/eccutil.h
+++ b/lib/util/eccutil.h
@@ -1,14 +1,15 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #ifndef _FREEBL_H_
 #define _FREEBL_H_
 
-/* point encoding type */
+/* deprecated */
 typedef enum {
     ECPoint_Uncompressed,
-    ECPoint_XOnly
+    ECPoint_XOnly,
+    ECPoint_Undefined
 } ECPointEncoding;
 
 #endif /* _FREEBL_H_ */