⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 SSL加密库源码
💻 AM
字号:
INCLUDES = -I../include -I../mySTL

lib_LIBRARIES = libtaocrypt.a
libtaocrypt_a_SOURCES  = aes.cpp aestables.cpp algebra.cpp arc4.cpp asn.cpp \
	bftables.cpp blowfish.cpp coding.cpp dh.cpp des.cpp dsa.cpp file.cpp \
    hash.cpp integer.cpp md2.cpp md4.cpp md5.cpp misc.cpp random.cpp \
    ripemd.cpp rsa.cpp sha.cpp template_instnt.cpp tftables.cpp twofish.cpp \
    crypto.cpp
AM_CXXFLAGS = -Wall -Wno-return-type -Wno-unused
EXTRA_DIST = ../include/*.hpp ../test/memory.cpp make.bat

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -