c = '\n';
BIO_write(cb->arg, &c, 1);
(void) BIO_flush(cb->arg);
-#ifdef LINT
- p = n;
-#endif
return 1;
}
c = '\n';
BIO_write(cb->arg, &c, 1);
(void) BIO_flush(cb->arg);
-#ifdef LINT
- p = n;
-#endif
#ifdef GENCB_TEST
if (stop_keygen_flag)
return 0;
c = '\n';
BIO_write(cb->arg, &c, 1);
(void) BIO_flush(cb->arg);
-#ifdef LINT
- p = n;
-#endif
return 1;
}
#endif
c = '\n';
BIO_write(b, &c, 1);
(void) BIO_flush(b);
-#ifdef LINT
- p = n;
-#endif
return 1;
}
c = '\n';
BIO_write(cb->arg, &c, 1);
(void) BIO_flush(cb->arg);
-#ifdef LINT
- p = n;
-#endif
return 1;
}
#endif
c = '\n';
BIO_write(b, &c, 1);
(void) BIO_flush(b);
-#ifdef LINT
- p = n;
-#endif
return 1;
}