Imported OpenSSL 1.1.1d
This commit is contained in:
@@ -37,7 +37,7 @@ server-arg.exe : server-arg.obj
|
||||
server-cmod.exe : server-cmod.obj
|
||||
server-conf.exe : server-conf.obj
|
||||
|
||||
# Stoopid MMS doesn't infer this automatically...
|
||||
# MMS doesn't infer this automatically...
|
||||
client-arg.obj : client-arg.c
|
||||
client-conf.obj : client-conf.c
|
||||
saccept.obj : saccept.c
|
||||
|
||||
@@ -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