Fix SSH authentication with Ed25519.

When message to sign was too long, it overlayd the signature destination.
This commit is contained in:
Cédric 2018-06-04 17:54:46 +02:00
parent dfbfb893ef
commit c07cb00cb6
3 changed files with 11 additions and 16 deletions

View file

@ -28,7 +28,7 @@ SPECVERSION="3.3.1"
APPVERSION_M=1
APPVERSION_N=2
APPVERSION_P=0
APPVERSION_P=1
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
ifeq ($(TARGET_NAME),TARGET_BLUE)