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 <davidben@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/crypto/spake2plus/spake2plus.cc b/crypto/spake2plus/spake2plus.cc
index 25dcc2d..2e29f1f 100644
--- a/crypto/spake2plus/spake2plus.cc
+++ b/crypto/spake2plus/spake2plus.cc
@@ -21,6 +21,7 @@
 #include <openssl/bytestring.h>
 #include <openssl/crypto.h>
 #include <openssl/ec.h>
+#include <openssl/err.h>
 #include <openssl/evp.h>
 #include <openssl/hkdf.h>
 #include <openssl/hmac.h>
@@ -32,7 +33,6 @@
 #include "../fipsmodule/ec/internal.h"
 #include "../internal.h"
 #include "./internal.h"
-#include "openssl/err.h"
 
 BSSL_NAMESPACE_BEGIN
 namespace spake2plus {