Skip to content

Commit

Permalink
Remove dead remains of extract_x509_field_test
Browse files Browse the repository at this point in the history
This removes some leftover references to extract_x509_field_test that
was removed 15 years ago in commit 564cbab.

Change-Id: Ie511a586cf022afcab9d67891ff80676ac7d47b9
Signed-off-by: Arne Schwabe <[email protected]>
Acked-by: Frank Lichtenheld <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg27625.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
schwabe authored and cron2 committed Dec 2, 2023
1 parent ee6417e commit 5ce74ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/openvpn/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,11 +880,6 @@ init_static(void)
return false;
#endif

#ifdef EXTRACT_X509_FIELD_TEST
extract_x509_field_test();
return false;
#endif

#ifdef TIME_TEST
time_test();
return false;
Expand Down
3 changes: 0 additions & 3 deletions src/openvpn/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,6 @@ void show_tls_performance_stats(void);

#endif

/*#define EXTRACT_X509_FIELD_TEST*/
void extract_x509_field_test(void);

/**
* Given a key_method, return true if opcode represents the one of the
* hard_reset op codes for key-method 2
Expand Down

0 comments on commit 5ce74ca

Please sign in to comment.