Imported OpenSSL 1.1.1d
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2012-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@@ -84,7 +84,7 @@ void aes_gcm_decrypt(void)
|
||||
EVP_CIPHER_CTX *ctx;
|
||||
int outlen, tmplen, rv;
|
||||
unsigned char outbuf[1024];
|
||||
printf("AES GCM Derypt:\n");
|
||||
printf("AES GCM Decrypt:\n");
|
||||
printf("Ciphertext:\n");
|
||||
BIO_dump_fp(stdout, gcm_ct, sizeof(gcm_ct));
|
||||
ctx = EVP_CIPHER_CTX_new();
|
||||
|
||||
Reference in New Issue
Block a user