wok diff linld/stuff/src/ISOCRTL.ASM @ rev 23868

dropbear/openssh: generate ed25519 keys
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 21 18:06:13 2020 +0000 (2020-06-21)
parents 06b9d6e33bee
children 53914b720f76
line diff
     1.1 --- a/linld/stuff/src/ISOCRTL.ASM	Fri Jun 19 17:01:11 2020 +0000
     1.2 +++ b/linld/stuff/src/ISOCRTL.ASM	Sun Jun 21 18:06:13 2020 +0000
     1.3 @@ -81,8 +81,8 @@
     1.4  	macro   curseek
     1.5  		push	cx
     1.6  		xor	cx,cx
     1.7 -		xor	dx,dx
     1.8  		mov	ax,4201h
     1.9 +		cwd
    1.10  		call	dosfd		; lseek(,0L,SEEK_CUR)
    1.11  		call	@doseek2
    1.12  	ifndef	NO386