Skip to content

Commit

Permalink
Remove redundant typedef, a=bustage
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 22af4a2e0f7f1f743e6beb1f7542de22a02e4dd6
  • Loading branch information
martinthomson committed Jun 12, 2017
1 parent 9405d13 commit 5d24217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gtests/ssl_gtest/selfencrypt_unittest.cc
Expand Up @@ -10,8 +10,10 @@
#include "pk11pub.h"
#include "prerror.h"
#include "secerr.h"
#include "ssl.h"
#include "sslerr.h"
extern "C" {
#include "sslimpl.h"
#include "selfencrypt.h"
}

Expand Down
2 changes: 0 additions & 2 deletions lib/ssl/selfencrypt.h
Expand Up @@ -11,8 +11,6 @@

#include "secmodt.h"

typedef struct sslSocketStr sslSocket; /* Forward declaration. */

SECStatus ssl_SelfEncryptProtect(
sslSocket *ss, const PRUint8 *in, unsigned int inLen,
PRUint8 *out, unsigned int *outLen, unsigned int maxOutLen);
Expand Down

0 comments on commit 5d24217

Please sign in to comment.