try to discover if there is input waiting on stdin
otherwise give the user a hint resolves #12
This commit is contained in:
@@ -45,5 +45,6 @@ unsigned char get_algorithm(EVP_PKEY*);
|
||||
FILE *open_file(const char*, int);
|
||||
int get_object_id(enum enum_slot slot);
|
||||
bool set_component_with_len(unsigned char**, const BIGNUM*, int);
|
||||
bool input_ready(FILE*);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user