ソースを参照

Touchup a couple of blank lines from 7b35b58a.

Change-Id: I5ed3aaa5d57e5350c4a3779e501bf5fc143997fb
kris/onging/CECPQ3_patch15
Adam Langley 10年前
コミット
904a32e975
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      crypto/base64/base64_test.c

+ 2
- 0
crypto/base64/base64_test.c ファイルの表示

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


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

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

static int test_encode() {


読み込み中…
キャンセル
保存