VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/sha512_avx1_x86.asm
blob: 31c8bd0d8a1845e5470208c737ceddc68fd6e5ae (plain)
1
2
3
4
5
6
7
8
9
10
%ifidn __OUTPUT_FORMAT__,elf
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf32
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf64
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
"cm"> Modifications and additions to the original source code (contained in this file) and all other portions of this file are Copyright (c) 2013-2017 IDRIX and are governed by the Apache License 2.0 the full text of which is contained in the file License.txt included in VeraCrypt binary and source code distribution packages. */ #ifndef TC_HEADER_Main_Forms_VolumePropertiesDialog #define TC_HEADER_Main_Forms_VolumePropertiesDialog #include "Forms.h" #include "Main/Main.h" namespace VeraCrypt { class VolumePropertiesDialog : public VolumePropertiesDialogBase { public: VolumePropertiesDialog (wxWindow* parent, const VolumeInfo &volumeInfo); void AppendToList (const string &name, const wxString &value); }; } #endif // TC_HEADER_Main_Forms_VolumePropertiesDialog