Fix missing </File> tag
parent
5d3a499638
commit
6d8332b76b
|
|
@ -592,12 +592,15 @@
|
|||
<File
|
||||
RelativePath=".\TestVectors\blake2.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TestVectors\blake2b.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TestVectors\blake2s.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TestVectors\camellia.txt"
|
||||
>
|
||||
|
|
@ -637,6 +640,7 @@
|
|||
<File
|
||||
RelativePath=".\TestVectors\hkdf.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TestVectors\hmac.txt"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue