948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
|
);
db_protect_pop();
}else
if( strncmp("show",zCmd,nCmd)==0 ){
#if defined(FOSSIL_ENABLE_SSL)
const char *zName, *zValue;
const char *zUsed = 0; /* Trust store location actually used */
#endif
size_t nName;
Stmt q;
int verbose = find_option("verbose","v",0)!=0;
verify_all_options();
#if !defined(FOSSIL_ENABLE_SSL)
fossil_print("OpenSSL-version: (none)\n");
if( verbose ){
|
<
>
|
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
|
);
db_protect_pop();
}else
if( strncmp("show",zCmd,nCmd)==0 ){
#if defined(FOSSIL_ENABLE_SSL)
const char *zName, *zValue;
const char *zUsed = 0; /* Trust store location actually used */
size_t nName;
#endif
Stmt q;
int verbose = find_option("verbose","v",0)!=0;
verify_all_options();
#if !defined(FOSSIL_ENABLE_SSL)
fossil_print("OpenSSL-version: (none)\n");
if( verbose ){
|