Move SHA1-based PRF function into a separate C file
This makes it easier to conditionally build in SHA1 functions based on which TLS/crypto library is used. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e40c86ad27
commit
d6150094e0
11 changed files with 87 additions and 53 deletions
|
@ -398,6 +398,10 @@
|
|||
RelativePath="..\..\..\src\crypto\sha1-pbkdf2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\crypto\sha1-prf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\crypto\sha1-tlsprf.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue