File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- // The following is a partial backport of crypto/dsa/dsa_pmeth.c,
2
- // commit cbc8a839959418d8a2c2e3ec6bdf394852c9501e on the
3
- // OpenSSL_1_1_0-stable branch. The ctrl function has been removed.
1
+ // The following is a partial backport of crypto/dsa/dsa_lockl.h
2
+ // and crypto/dsa/dsa_lib.c, commit cbc8a839959418d8a2c2e3ec6bdf394852c9501e
3
+ // on the OpenSSL_1_1_0-stable branch. Only pqg and key getters/setters
4
+ // are backported.
4
5
5
6
#include "goopenssl.h"
6
7
@@ -14,6 +15,8 @@ struct dsa_st
14
15
GO_BIGNUM_PTR g ;
15
16
GO_BIGNUM_PTR pub_key ;
16
17
GO_BIGNUM_PTR priv_key ;
18
+ // The following members are not used by our backport,
19
+ // so we don't define them here.
17
20
};
18
21
19
22
void go_openssl_DSA_get0_pqg_backport (const GO_DSA_PTR dsa ,
You can’t perform that action at this time.
0 commit comments