]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_keyexpimp.c
Delete .travis.yml
[openssl-gost/engine.git] / test_keyexpimp.c
index 9a84516058281741f94f62af3bcfc68839888e7c..77820e0455fafdd15f8e061ea2e4395a7c50e3b6 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2019-2020 Dmitry Belyavskiy <beldmit@gmail.com>
+ *
+ * Contents licensed under the terms of the OpenSSL license
+ * See https://www.openssl.org/source/license.html for details
+ */
 #include <arpa/inet.h>
 #include <string.h>
 #include <stdio.h>
@@ -155,7 +161,7 @@ int main(void)
         }
     }
 
-    ret = gost_tlstree(NID_grasshopper_cbc, kroot, out, tlsseq);
+    ret = gost_tlstree(NID_grasshopper_cbc, kroot, out, tlsseq, TLSTREE_MODE_NONE);
     if (ret <= 0) {
         ERR_print_errors_fp(stderr);
         err = 7;