Skip to content

Commit

Permalink
Use correct bssl namespace macro
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Jun 23, 2023
1 parent 966549f commit f4c968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssl/custom_extensions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "internal.h"


namespace bssl {
BSSL_NAMESPACE_BEGIN

void SSL_CUSTOM_EXTENSION_free(SSL_CUSTOM_EXTENSION *custom_extension) {
OPENSSL_free(custom_extension);
Expand Down Expand Up @@ -240,7 +240,7 @@ static int custom_ext_append(STACK_OF(SSL_CUSTOM_EXTENSION) **stack,
return 1;
}

} // namespace bssl
BSSL_NAMESPACE_END

using namespace bssl;

Expand Down

0 comments on commit f4c968c

Please sign in to comment.