Skip to content

Commit

Permalink
6.0.212
Browse files Browse the repository at this point in the history
  • Loading branch information
yangrtc committed Jul 10, 2023
1 parent 6b04f48 commit 77cb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yangssl/YangOpenssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

#include <openssl/ssl.h>
typedef struct{
char fingerprint[128];
int32_t ecdsa_mode;
X509* dtls_cert;
EVP_PKEY* dtls_pkey;
EC_KEY* eckey;
char fingerprint[128];
}YangCertificate;


Expand Down

0 comments on commit 77cb8e5

Please sign in to comment.