Browse Source

Touchup a couple of blank lines from 7b35b58a.

Change-Id: I5ed3aaa5d57e5350c4a3779e501bf5fc143997fb
kris/onging/CECPQ3_patch15
Adam Langley 10 years ago
parent
commit
904a32e975
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      crypto/base64/base64_test.c

+ 2
- 0
crypto/base64/base64_test.c View File

@@ -18,6 +18,7 @@
#include <openssl/base64.h> #include <openssl/base64.h>
#include <openssl/err.h> #include <openssl/err.h>



typedef struct { typedef struct {
const char *decoded; const char *decoded;
const char *encoded; const char *encoded;
@@ -33,6 +34,7 @@ static const TEST_VECTOR test_vectors[] = {
{ "fooba", "Zm9vYmE=" }, { "fooba", "Zm9vYmE=" },
{ "foobar", "Zm9vYmFy" }, { "foobar", "Zm9vYmFy" },
}; };

static const size_t kNumTests = sizeof(test_vectors) / sizeof(test_vectors[0]); static const size_t kNumTests = sizeof(test_vectors) / sizeof(test_vectors[0]);


static int test_encode() { static int test_encode() {


Loading…
Cancel
Save