From 810ffccceee23ecfabf0344198f93c78f166076e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 19 May 2023 00:54:28 +0000 Subject: backout alignment changes (breaking at least two architectures) --- src/lib/libcrypto/bn/bn_isqrt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/bn/bn_isqrt.c') diff --git a/src/lib/libcrypto/bn/bn_isqrt.c b/src/lib/libcrypto/bn/bn_isqrt.c index 1dff1b0562..d24a4a43ba 100644 --- a/src/lib/libcrypto/bn/bn_isqrt.c +++ b/src/lib/libcrypto/bn/bn_isqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_isqrt.c,v 1.8 2023/05/17 07:42:38 tb Exp $ */ +/* $OpenBSD: bn_isqrt.c,v 1.9 2023/05/19 00:54:28 deraadt Exp $ */ /* * Copyright (c) 2022 Theo Buehler * @@ -22,7 +22,9 @@ #include #include "bn_local.h" -#include "crypto_internal.h" + +#define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ + __attribute__((__unused__)) /* * Calculate integer square root of |n| using a variant of Newton's method. -- cgit v1.2.3-55-g6feb