Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tool-openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_executable(
dgst.cc
pkcs8.cc
pkey.cc
pkeyutl.cc
rehash.cc
req.cc
ordered_args.cc
Expand Down Expand Up @@ -92,6 +93,8 @@ if(BUILD_TESTING)
pkcs8_test.cc
pkey.cc
pkey_test.cc
pkeyutl.cc
pkeyutl_test.cc
rehash.cc
rehash_test.cc
req.cc
Expand Down
1 change: 1 addition & 0 deletions tool-openssl/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ bool dgstTool(const args_list_t &args);
bool md5Tool(const args_list_t &args);
bool pkcs8Tool(const args_list_t &args);
bool pkeyTool(const args_list_t &args);
bool pkeyutlTool(const args_list_t &args);
bool RehashTool(const args_list_t &args);
bool reqTool(const args_list_t &args);
bool rsaTool(const args_list_t &args);
Expand Down
Loading
Loading