Small fix on sample server code (displaying of IPv6 addresses).
[BearSSL] / src / config.h
index 71440e7..c315a53 100644 (file)
 #define BR_UMUL128   1
  */
 
 #define BR_UMUL128   1
  */
 
+/*
+ * When BR_LE_UNALIGNED is enabled, then the current architecture is
+ * assumed to use little-endian encoding for integers, and to tolerate
+ * unaligned accesses with no or minimal time penalty.
+ *
+#define BR_LE_UNALIGNED   1
+ */
+
+/*
+ * When BR_BE_UNALIGNED is enabled, then the current architecture is
+ * assumed to use little-endian encoding for integers, and to tolerate
+ * unaligned accesses with no or minimal time penalty.
+ *
+#define BR_BE_UNALIGNED   1
+ */
+
 #endif
 #endif