Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-09 03:32:55 +0300
committerAdam Langley <agl@google.com>2015-04-09 03:32:55 +0300
commit0fd563970109166b9c842cf31bd4747ea4ecca01 (patch)
treead4d27230be36094192d45e63c1e4e3c85c46c7b /include/openssl/rc4.h
parentd6405beb2c75564edbbb7f4203252aa5edee2359 (diff)
Fix up whitespace in headers for doc.go.
Also, set sensible defaults for the command-line arguments to doc.go. Change-Id: Iefd2ade4c9095489efa0ae1059007593fc84923a
Diffstat (limited to 'include/openssl/rc4.h')
-rw-r--r--include/openssl/rc4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/rc4.h b/include/openssl/rc4.h
index 42a74f2e..0619cac3 100644
--- a/include/openssl/rc4.h
+++ b/include/openssl/rc4.h
@@ -66,6 +66,7 @@ extern "C" {
/* RC4. */
+
struct rc4_key_st {
uint32_t x, y;
uint32_t data[256];