Print this page
first pass

@@ -39,12 +39,10 @@
  *
  * cc -c -xarch=v8plus -KPIC -DPIC des_crypt_asm.s     or
  * cc -c -arch=v9 -KPIC -DPIC des_crypt_asm.s
  * for  .so  use
  *
- * EXPORT DELETE START
- *
  * The tables were generated by a C program, compiled into the C version 
  * of this function, from which a .s was generated by the C compiler and
  * that .s was used as a starting point for this one, in particular for
  * the data definitions. It is important, though that the tables and
  * the code both remain in the text section and in this order, otherwise,

@@ -78,12 +76,10 @@
  *
  * The end of each round is overlapped with the beginning of the next
  * one since after the first 6 S-box lookups all the bits necessary
  * for one S-box lookup in the next round can be computed (by xor-ing
  * the next key schedule item to the partially computed next R).
- *
- * EXPORT DELETE END
  */
 
 #if defined(lint) || defined(__lint)
         /* LINTED */
         /* Nothing to be linted in this file, its pure assembly source */

@@ -95,12 +91,10 @@
         .file   "encrypt_asm.S"
 
         .section        ".text",#alloc
         .align  32
 
-/* EXPORT DELETE START */
-
 !
 ! CONSTANT POOL
 !
 
 des_sbox_table:

@@ -3647,8 +3641,6 @@
         .word   1086374080
         .word   -1061109568
         .type   des_fp_table,#object
         .size   des_fp_table,1024
 
-/* EXPORT DELETE END */
-
 #endif  /* lint || __lint */