Pull in bn_internal.h for the generic version of bn_umul_hilo()
authorjsing <jsing@openbsd.org>
Thu, 9 Feb 2023 09:58:53 +0000 (09:58 +0000)
committerjsing <jsing@openbsd.org>
Thu, 9 Feb 2023 09:58:53 +0000 (09:58 +0000)
lib/libcrypto/bn/bn_sqr.c

index 940cdd3..bd5f43b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn_sqr.c,v 1.23 2023/02/09 09:16:26 jsing Exp $ */
+/* $OpenBSD: bn_sqr.c,v 1.24 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);