summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_isqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn_isqrt.c')
-rw-r--r--src/lib/libcrypto/bn/bn_isqrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_isqrt.c b/src/lib/libcrypto/bn/bn_isqrt.c
index cc6f722679..7becbd6706 100644
--- a/src/lib/libcrypto/bn/bn_isqrt.c
+++ b/src/lib/libcrypto/bn/bn_isqrt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_isqrt.c,v 1.3 2022/10/11 13:52:23 tb Exp $ */ 1/* $OpenBSD: bn_isqrt.c,v 1.4 2022/11/26 16:08:51 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -21,7 +21,7 @@
21#include <openssl/bn.h> 21#include <openssl/bn.h>
22#include <openssl/err.h> 22#include <openssl/err.h>
23 23
24#include "bn_lcl.h" 24#include "bn_local.h"
25 25
26#define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ 26#define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \
27 __attribute__((__unused__)) 27 __attribute__((__unused__))