openssl 根据 key 文件生成相应代码

一切为了偷懒

@echo off && setlocal EnableDelayedExpansion
echo std::
string  strPublicKeyFile;  >>  c:\result.txt
for   / " delims= "   %% in  (c:\\ public .key)  do  echo strPublicKeyFile  +=   " %%a\r\n " >>  c:\result.txt

你可能感兴趣的:(openssl 根据 key 文件生成相应代码)