summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/gost/gost.h')
-rw-r--r--src/lib/libcrypto/gost/gost.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gost.h b/src/lib/libcrypto/gost/gost.h
index 5296e7b9c2..516c1b41fc 100644
--- a/src/lib/libcrypto/gost/gost.h
+++ b/src/lib/libcrypto/gost/gost.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: gost.h,v 1.1 2014/11/09 19:17:13 miod Exp $ */ 1/* $OpenBSD: gost.h,v 1.2 2014/11/09 19:24:30 miod Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 3 * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4 * Copyright (c) 2005-2006 Cryptocom LTD 4 * Copyright (c) 2005-2006 Cryptocom LTD
@@ -251,7 +251,6 @@ void ERR_load_GOST_strings(void);
251#define GOST_R_NO_PEER_KEY 116 251#define GOST_R_NO_PEER_KEY 116
252#define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR 117 252#define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR 117
253#define GOST_R_PUBLIC_KEY_UNDEFINED 118 253#define GOST_R_PUBLIC_KEY_UNDEFINED 118
254#define GOST_R_RANDOM_GENERATOR_FAILURE 119
255#define GOST_R_RANDOM_NUMBER_GENERATOR_FAILED 120 254#define GOST_R_RANDOM_NUMBER_GENERATOR_FAILED 120
256#define GOST_R_SIGNATURE_MISMATCH 121 255#define GOST_R_SIGNATURE_MISMATCH 121
257#define GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q 122 256#define GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q 122