~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to VMS/mkshared.com

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
$         endif
267
267
$         if plat_entry .eqs. "VMS" then truesum = truesum + 1
268
268
$         if plat_entry .eqs. "!VMS" then falsesum = falsesum + 1
 
269
$         if f$trnlnm("OPENSSL_FIPS") .nes. ""
 
270
$         then
 
271
$           if plat_entry .eqs. "OPENSSL_FIPS" then truesum = truesum + 1
 
272
$           if plat_entry .eqs. "!OPENSSL_FIPS" then falsesum = falsesum + 1
 
273
$         else
 
274
$           if plat_entry .eqs. "OPENSSL_FIPS" then falsesum = falsesum + 1
 
275
$           if plat_entry .eqs. "!OPENSSL_FIPS" then truesum = truesum + 1
 
276
$         endif
269
277
$         goto loop1
270
278
$       endif
271
279
$     endloop1: