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

📄 s_crypto

📁 这是国外的resip协议栈
💻
字号:
#!/bin/sh -#	$Id: s_crypto,v 11.8 2003/11/24 22:41:26 bostic Exp $# Remove crypto from the DB source tree.d=..t=/tmp/__db_atrap 'rm -f $t ; exit 0' 0trap 'rm -f $t ; exit 1' 1 2 3 13 15if ! test -d $d/crypto; then	echo "s_crypto: no crypto sources found in the source tree."	exit 1fi# Remove the crypto.rm -rf $d/crypto# Update the release splash page.f=$d/docs/index.htmlchmod 664 $f(echo '/DOES/' && echo 's/DOES/DOES NOT/' && echo 'w' && echo 'q') | ed $f# Win/32.f=win_config.inchmod 664 $f(echo '/#define.HAVE_CRYPTO/' && echo 'c' && echo '/* #undef HAVE_CRYPTO */' echo '.' && echo 'w' && echo 'q') | ed $ff=srcfiles.inchmod 664 $f(echo 'g/^crypto\//d' && echo '/crypto_stub\.c/' && echo 's/small/dynamic small static vx/' && echo 'w' && echo 'q') | ed $f sh ./s_win32 sh ./s_win32_dsp# VxWorksf=vx_config.inchmod 664 $f(echo '/#define.HAVE_CRYPTO/' && echo 'c' && echo '/* #undef HAVE_CRYPTO */' echo '.' && echo 'w' && echo 'q') | ed $f sh ./s_vxworks

⌨️ 快捷键说明

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