summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
diff options
context:
space:
mode:
authorjsing <>2023-04-14 11:10:11 +0000
committerjsing <>2023-04-14 11:10:11 +0000
commit7ca808a18fa4df8ca8a7e98efb13a2489b0489b3 (patch)
tree1c1b0bfbca1c02e762f6dcd19ddf4f14c9ae726d /src/lib/libcrypto/bn
parentbc7a79f3cf5e3e02e94a8130fdfe0a0042a6e6cb (diff)
downloadopenbsd-7ca808a18fa4df8ca8a7e98efb13a2489b0489b3.tar.gz
openbsd-7ca808a18fa4df8ca8a7e98efb13a2489b0489b3.tar.bz2
openbsd-7ca808a18fa4df8ca8a7e98efb13a2489b0489b3.zip
Rename the largely misnamed bn_print.c to bn_convert.c
This file primarily contains the various BN_bn2*() and BN_*2bn() functions (along with BN_print() and BN_options()). More function shuffling will follow. Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r--src/lib/libcrypto/bn/bn_convert.c (renamed from src/lib/libcrypto/bn/bn_print.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_print.c b/src/lib/libcrypto/bn/bn_convert.c
index 7e0683b679..2d15b29893 100644
--- a/src/lib/libcrypto/bn/bn_print.c
+++ b/src/lib/libcrypto/bn/bn_convert.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_print.c,v 1.38 2023/02/13 04:25:37 jsing Exp $ */ 1/* $OpenBSD: bn_convert.c,v 1.1 2023/04/14 11:10:11 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *