artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6ba9a
)
Pull in bn_internal.h for the generic version of bn_umul_hilo()
author
jsing
<jsing@openbsd.org>
Thu, 9 Feb 2023 09:58:53 +0000
(09:58 +0000)
committer
jsing
<jsing@openbsd.org>
Thu, 9 Feb 2023 09:58:53 +0000
(09:58 +0000)
lib/libcrypto/bn/bn_sqr.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/bn/bn_sqr.c
b/lib/libcrypto/bn/bn_sqr.c
index
940cdd3
..
bd5f43b
100644
(file)
--- a/
lib/libcrypto/bn/bn_sqr.c
+++ b/
lib/libcrypto/bn/bn_sqr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_sqr.c,v 1.2
3 2023/02/09 09:16:26
jsing Exp $ */
+/* $OpenBSD: bn_sqr.c,v 1.2
4 2023/02/09 09:58:53
jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-62,6
+62,7
@@
#include "bn_arch.h"
#include "bn_local.h"
+#include "bn_internal.h"
int bn_sqr(BIGNUM *r, const BIGNUM *a, int max, BN_CTX *ctx);