]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/rsaes_pkcs1v15.mk
fixing problem with shifting 0
[avr-crypto-lib.git] / mkfiles / rsaes_pkcs1v15.mk
index 8d15289d543a2e403ada1b0820b1eeb471b21893..b2c14fd79b5c822cc2999838cef6c7f8c0ea99d8 100644 (file)
@@ -2,7 +2,7 @@
 ALGO_NAME := RSAES_PKCS1V15
 
 # comment out the following line for removement of RSA from the build process
-SIGNATURE += $(ALGO_NAME)
+PK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := rsa/
 $(ALGO_NAME)_INCDIR   := memxor/ bigint/ noekeon/