Skip to content

Commit 51ae1b2

Browse files
davidbenBoringssl LUCI CQ
authored andcommitted
Fix include spelling in spake2plus.cc
This is apparently breaking the gRPC iOS build. Change-Id: Idcd262e828c470f3622e024ff5eff72c8c20920c Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/76247 Auto-Submit: David Benjamin <[email protected]> Reviewed-by: Bob Beck <[email protected]> Commit-Queue: David Benjamin <[email protected]>
1 parent 509bb59 commit 51ae1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/spake2plus/spake2plus.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <openssl/bytestring.h>
2222
#include <openssl/crypto.h>
2323
#include <openssl/ec.h>
24+
#include <openssl/err.h>
2425
#include <openssl/evp.h>
2526
#include <openssl/hkdf.h>
2627
#include <openssl/hmac.h>
@@ -32,7 +33,6 @@
3233
#include "../fipsmodule/ec/internal.h"
3334
#include "../internal.h"
3435
#include "./internal.h"
35-
#include "openssl/err.h"
3636

3737
BSSL_NAMESPACE_BEGIN
3838
namespace spake2plus {

0 commit comments

Comments
 (0)