OpenCoverage

dh_prn.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_prn.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3int DHparams_print_fp(FILE *fp, const DH *x)-
4{-
5 BIO *b;-
6 int ret;-
7-
8 if ((
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
b = BIO_new(BIO_s_file())) ==
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
9 ((void *)0)
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
10 ) {-
11 ERR_put_error(5,(101),(7),__FILE__,22);-
12 return
never executed: return 0;
0;
never executed: return 0;
0
13 }-
14 BIO_ctrl(b,106,0x00,(char *)(fp));-
15 ret = DHparams_print(b, x);-
16 BIO_free(b);-
17 return
never executed: return ret;
ret;
never executed: return ret;
0
18}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2