change first output line to cyassl/options gen

This commit is contained in:
toddouska 2014-05-15 10:39:54 -07:00
parent 5ab2ccfa96
commit 2bc066a116
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ echo "Generating user options header..."
OPTION_FILE="cyassl/options.h" OPTION_FILE="cyassl/options.h"
rm -f $OPTION_FILE rm -f $OPTION_FILE
echo "/* cyassl options.h" >> $OPTION_FILE echo "/* cyassl options.h" > $OPTION_FILE
echo " * generated from configure options" >> $OPTION_FILE echo " * generated from configure options" >> $OPTION_FILE
echo " *" >> $OPTION_FILE echo " *" >> $OPTION_FILE
echo " * Copyright (C) 2006-2014 wolfSSL Inc." >> $OPTION_FILE echo " * Copyright (C) 2006-2014 wolfSSL Inc." >> $OPTION_FILE