diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2023-04-14 11:10:12 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2023-04-14 11:10:12 +0000 |
commit | a60515aaa07e0e59ef48a528f977de3b3bb6066d (patch) | |
tree | 788228334ee620e4418f283dc8b6829a475da024 /lib/libcrypto/bn | |
parent | 2241b72c7e1e4d5019628fe0ddeaec273cf47e91 (diff) |
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 'lib/libcrypto/bn')
-rw-r--r-- | lib/libcrypto/bn/bn_convert.c (renamed from lib/libcrypto/bn/bn_print.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/bn/bn_print.c b/lib/libcrypto/bn/bn_convert.c index 7e0683b6792..2d15b298938 100644 --- a/lib/libcrypto/bn/bn_print.c +++ b/lib/libcrypto/bn/bn_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_print.c,v 1.38 2023/02/13 04:25:37 jsing Exp $ */ +/* $OpenBSD: bn_convert.c,v 1.1 2023/04/14 11:10:11 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |