Skip to content

Commit

Permalink
Bug 1355940 - Remove dead code, r=ttaubert
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 07be9824b46dc7961260c5eb64c95334dc71b872
  • Loading branch information
martinthomson committed May 23, 2017
1 parent 3bfc4cc commit f9c8cf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions lib/ssl/ssl3con.c
Expand Up @@ -38,13 +38,6 @@
#include "zlib.h"
#endif

#ifndef PK11_SETATTRS
#define PK11_SETATTRS(x, id, v, l) \
(x)->type = (id); \
(x)->pValue = (v); \
(x)->ulValueLen = (l);
#endif

static PK11SymKey *ssl3_GenerateRSAPMS(sslSocket *ss, ssl3CipherSpec *spec,
PK11SlotInfo *serverKeySlot);
static SECStatus ssl3_DeriveMasterSecret(sslSocket *ss, PK11SymKey *pms);
Expand Down
7 changes: 0 additions & 7 deletions lib/ssl/ssl3ecc.c
Expand Up @@ -31,13 +31,6 @@

#include <stdio.h>

#ifndef PK11_SETATTRS
#define PK11_SETATTRS(x, id, v, l) \
(x)->type = (id); \
(x)->pValue = (v); \
(x)->ulValueLen = (l);
#endif

SECStatus
ssl_NamedGroup2ECParams(PLArenaPool *arena, const sslNamedGroupDef *ecGroup,
SECKEYECParams *params)
Expand Down

0 comments on commit f9c8cf7

Please sign in to comment.