Kaynağa Gözat

Touchup a couple of blank lines from 7b35b58a.

Change-Id: I5ed3aaa5d57e5350c4a3779e501bf5fc143997fb
kris/onging/CECPQ3_patch15
Adam Langley 10 yıl önce
ebeveyn
işleme
904a32e975
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      crypto/base64/base64_test.c

+ 2
- 0
crypto/base64/base64_test.c Dosyayı Görüntüle

@@ -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() {


Yükleniyor…
İptal
Kaydet