forked from KolibriOS/kolibrios
develop/libraries/crypt_des: Post-SVN tidy
- Move source code from `trunk` into program root directory. - Update ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
; SPDX-License-Identifier: NOASSERTION
|
||||
;
|
||||
|
||||
; Text encoded with Code Page Windows 1251 - Cyrillic
|
||||
|
||||
|
||||
;
|
||||
; áèáëèîòåêà äëÿ øèôðîâàíèÿ ïî àëãîðèòìó DES
|
||||
;
|
||||
@@ -6,8 +12,8 @@ format MS COFF
|
||||
public EXPORTS
|
||||
section '.flat' code readable align 16
|
||||
|
||||
include '../../../../macros.inc'
|
||||
include '../../../../proc32.inc'
|
||||
include '../../../macros.inc'
|
||||
include '../../../proc32.inc'
|
||||
|
||||
;description:
|
||||
; ôóíêöèÿ øèôðîâàíèÿ ôàéëîâ
|
Reference in New Issue
Block a user