Skip to content

Commit

Permalink
Move PrivateKeyInfoCodec to rsa_private_key_nss.cc
Browse files Browse the repository at this point in the history
It's only used by that one file.

BUG=580653

Review URL: https://codereview.chromium.org/1829933002

Cr-Commit-Position: refs/heads/master@{#382979}
  • Loading branch information
davidben authored and Commit bot committed Mar 23, 2016
1 parent 7c1bd41 commit c8a4443
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 527 deletions.
1 change: 0 additions & 1 deletion crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ component("crypto") {
"p224_spake.h",
"random.cc",
"random.h",
"rsa_private_key.cc",
"rsa_private_key.h",
"rsa_private_key_nss.cc",
"rsa_private_key_openssl.cc",
Expand Down
1 change: 0 additions & 1 deletion crypto/crypto.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
'p224.h',
'random.h',
'random.cc',
'rsa_private_key.cc',
'rsa_private_key.h',
'rsa_private_key_nss.cc',
'rsa_private_key_openssl.cc',
Expand Down
Loading

0 comments on commit c8a4443

Please sign in to comment.