Deleted Added
full compact
BN_zero.pod (59191) BN_zero.pod (68651)
1=pod
2
3=head1 NAME
4
1=pod
2
3=head1 NAME
4
5BN_zero, BN_one, BN_set_word, BN_get_word - BIGNUM assignment operations
5BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
6operations
6
7=head1 SYNOPSIS
8
9 #include <openssl/bn.h>
10
11 int BN_zero(BIGNUM *a);
12 int BN_one(BIGNUM *a);
13

--- 42 unchanged lines hidden ---
7
8=head1 SYNOPSIS
9
10 #include <openssl/bn.h>
11
12 int BN_zero(BIGNUM *a);
13 int BN_one(BIGNUM *a);
14

--- 42 unchanged lines hidden ---