[BACK]Return to sntrup4591761.sh CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/sntrup4591761.sh between version 1.2 and 1.3

version 1.2, 2019/01/21 22:18:24 version 1.3, 2019/01/30 19:51:15
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
   #       $OpenBSD$
   #       Placed in the Public Domain.
   #
   AUTHOR="libpqcrypto-20180314/crypto_kem/sntrup4591761/ref/implementors"
 FILES="  FILES="
         libpqcrypto-20180314/crypto_kem/sntrup4591761/ref/int32_sort.h          libpqcrypto-20180314/crypto_kem/sntrup4591761/ref/int32_sort.h
         libpqcrypto-20180314/crypto_kem/sntrup4591761/ref/int32_sort.c          libpqcrypto-20180314/crypto_kem/sntrup4591761/ref/int32_sort.c
Line 27 
Line 31 
 ###  ###
   
 set -e  set -e
 DIR=/data/git/mfriedl  cd $1
 cd $DIR  echo -n '/*  $'
   echo 'OpenBSD: $ */'
   echo
   echo '/*'
   echo ' * Public Domain, Authors:'
   sed -e '/Alphabetical order:/d' -e 's/^/ * - /' < $AUTHOR
   echo ' */'
   echo
 echo '#include <string.h>'  echo '#include <string.h>'
 echo '#include "crypto_api.h"'  echo '#include "crypto_api.h"'
 echo  echo

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3