Skip to content

Commit eb89513

Browse files
davidbenBoringssl LUCI CQ
authored andcommitted
Remove an old, impractical TODO
Given OpenSSL puts it all in one header, I don't think we can ever make <openssl/evp.h> stop including <openssl/digest.h>. Best we can do is move the public/private key stuff into its own header and make <openssl/evp.h> be the compat one. Change-Id: I60310630657513a1cb410cd401ae7e80b1c16913 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/81408 Commit-Queue: Lily Chen <[email protected]> Reviewed-by: Lily Chen <[email protected]> Auto-Submit: David Benjamin <[email protected]>
1 parent 505aa91 commit eb89513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/openssl/evp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
// OpenSSL included digest and cipher functions in this header so we include
2323
// them for users that still expect that.
24-
//
25-
// TODO(fork): clean up callers so that they include what they use.
2624
#include <openssl/aead.h>
2725
#include <openssl/base64.h>
2826
#include <openssl/cipher.h>

0 commit comments

Comments
 (0)